[chronojump/FS-LCD-Menu: 14/17] Minor fix




commit b9c2248e4e09095c10fa93aacc798f2a85d3c52d
Author: Xavier Padullés <x padulles gmail com>
Date:   Fri Nov 26 13:47:19 2021 +0100

    Minor fix

 arduino/ForceSensorLCD/ForceSensorLCD.ino | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/arduino/ForceSensorLCD/ForceSensorLCD.ino b/arduino/ForceSensorLCD/ForceSensorLCD.ino
index 779531a58..d216b5be0 100644
--- a/arduino/ForceSensorLCD/ForceSensorLCD.ino
+++ b/arduino/ForceSensorLCD/ForceSensorLCD.ino
@@ -639,10 +639,12 @@ void tare()
   EEPROM.put(tareAddress, scale.get_offset());
   Serial.print("Taring OK:");
   Serial.println(scale.get_offset());
+  
   lcd.print("Tared");
   delay(500);
   menu = 0;
   showMenu();
+  lcd.print("Red: Start");
 }
 
 void get_tare()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]