Fix var name tft_version
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user