commit 643b55d5a47997cb7ded9e57c713b6528febebf3
parent 63e47593eaacd1f4bf66d0f54d725939fdc01754
Author: therealFIGBERT <figbertwelner@gmail.com>
Date: Thu, 27 Feb 2020 15:22:18 -0800
:bug: Fix bug causing characters to not be overwritten leading to extraneous Cs
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Operational/Operational.ino b/Operational/Operational.ino
@@ -26,6 +26,7 @@ void loop() {
lcd.setCursor(5, 1);
lcd.print(String(fahrenheit) + "F");
delay(1000);
+ lcd.clear();
}
float temperature(int pin) {