thermferm/thermferm.c

changeset 661
8c1e7a52e24f
parent 660
a28ef4d9afa4
child 665
66fae54fa7ba
--- a/thermferm/thermferm.c	Fri Apr 05 16:19:39 2024 +0200
+++ b/thermferm/thermferm.c	Fri Apr 05 19:30:41 2024 +0200
@@ -1142,7 +1142,8 @@
 
     pthread_mutex_lock(&mutexes[LOCK_LCD]);
     lcd_buf_write(1, (char *)"   ThermFerm    ");
-    lcd_buf_write(2, (char *)" Version %s     ", VERSION);
+    lcd_buf_write(2, (char *)"Version %s      ", VERSION);
+    //                                0.9.17a2
     pthread_mutex_unlock(&mutexes[LOCK_LCD]);
 
     do {
@@ -1168,7 +1169,7 @@
 	     */
 	    pthread_mutex_lock(&mutexes[LOCK_LCD]);
 	    lcd_buf_write(1, (char *)"   ThermFerm    ");
-	    lcd_buf_write(2, (char *)" Version %s     ", VERSION);
+	    lcd_buf_write(2, (char *)"Version %s      ", VERSION);
 	    pthread_mutex_unlock(&mutexes[LOCK_LCD]);
 	}
 

mercurial