LM35LCD fix
This commit is contained in:
parent
8c032ca62e
commit
6102fd16fd
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ void lcd_refresh() {
|
|||
if(tempClast > tempC) {
|
||||
lcd.print((char)60); // ASCII code 60 = "<"
|
||||
} else if(tempClast < tempC) {
|
||||
lcd.print((char)62); // ASCII code 61 = ">"
|
||||
lcd.print((char)62); // ASCII code 62 = ">"
|
||||
} else {
|
||||
lcd.print((char)61); // ASCII code 61 = "="
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue