Fix var name tft_version

This commit is contained in:
Edward Firmo
2024-03-17 01:54:57 +01:00
parent 153a906215
commit bac85239d0
10 changed files with 38 additions and 39 deletions

View File

@@ -16,12 +16,6 @@ Page boot
covx baud,baud_rate.txt,0,0
baud_rate.txt+=" bps"
vis unavailable,0
printh 92
prints "current_page",0
printh 00
prints "boot",0
printh 00
printh FF FF FF
Page Exit Event
dim=0
@@ -188,11 +182,15 @@ Timer tm_esphome
Attributes
ID : 13
Scope : local
Period (ms): 10000
Period (ms): 1000
Enabled : yes
Events
Timer Event
if(tm_esphome.tim!=10000)
{
tm_esphome.tim=10000
}
counter.val++
if(counter.val>30)
{