Bump to v4.3.1b1

This commit is contained in:
Edward Firmo
2024-03-18 23:58:56 +01:00
parent 447a07c65b
commit 4e7bbef1a0
99 changed files with 1033 additions and 432 deletions

View File

@@ -12,11 +12,16 @@ Page boot
Events
Preinitialize Event
printh 92
prints "current_page",0
printh 00
prints "boot",0
printh 00
printh FF FF FF
dim=100
covx baud,baud_rate.txt,0,0
baud_rate.txt+=" bps"
vis unavailable,0
sendme
Page Exit Event
dim=0
@@ -27,13 +32,6 @@ Variable (int32) counter
Scope: local
Value: 0
Variable (string) aux1
Attributes
ID : 12
Scope : local
Text :
Max. Text Size: 10
Text ip_addr
Attributes
ID : 1
@@ -101,7 +99,7 @@ Text tft_version
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text : 4.3.0
Text : 4.3.1b1
Max. Text Size : 9
Text esph_version
@@ -111,8 +109,8 @@ Text esph_version
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text :
Max. Text Size : 9
Text : Waiting...
Max. Text Size : 10
Text bluep_version
Attributes
@@ -121,12 +119,12 @@ Text bluep_version
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text :
Max. Text Size : 9
Text : Waiting...
Max. Text Size : 10
Text baud_rate
Attributes
ID : 14
ID : 13
Scope : local
Dragging : 0
Send Component ID : on press and release
@@ -136,7 +134,7 @@ Text baud_rate
Text framework
Attributes
ID : 15
ID : 14
Scope : local
Dragging : 0
Send Component ID : on press and release
@@ -146,7 +144,7 @@ Text framework
Text unavailable
Attributes
ID : 16
ID : 15
Scope : local
Dragging : 0
Send Component ID : disabled
@@ -154,6 +152,14 @@ Text unavailable
Text :
Max. Text Size : 1
Progress Bar progress
Attributes
ID : 16
Scope : global
Dragging : 0
Send Component ID: disabled
Value : 0
Dual-state Button bt_reboot
Attributes
ID : 4
@@ -173,19 +179,28 @@ Dual-state Button bt_reboot
Timer tm_esphome
Attributes
ID : 13
ID : 12
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)
{
rest
}
sendme
printh 92
prints "current_page",0
printh 00
prints "boot",0
printh 00
printh FF FF FF
printh 91
prints "display_mode",0
printh 00
@@ -197,13 +212,11 @@ Timer tm_esphome
prints charset,0
printh FF FF FF
printh 92
prints "tft_version",0
prints "boot.tft_version",0
printh 00
prints tft_version.txt,0
printh 00
printh FF FF FF
covx counter.val,aux1.txt,0,0
esph_version.txt="Retry #"+aux1.txt
sys0=counter.val%10
if(sys0==0)
{