Bump to v4.3.0b2

This commit is contained in:
Edward Firmo
2024-03-10 23:20:26 +01:00
parent 8b45ec7a85
commit f2f137789d
15 changed files with 18 additions and 6 deletions

View File

@@ -101,7 +101,7 @@ Text tft_version
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
Associated Keyboard: none Associated Keyboard: none
Text : 4.3.0b1 Text : 4.3.0b2
Max. Text Size : 9 Max. Text Size : 9
Text esph_version Text esph_version

View File

@@ -13,6 +13,10 @@ Page home
Events Events
Preinitialize Event Preinitialize Event
back_page_id=0 back_page_id=0
if(qrcode.qrcode_value.txt=="")
{
vis bt_qrcode,0
}
if(is_entitypage01>0||is_entitypage02>0||is_entitypage03>0||is_entitypage04>0) if(is_entitypage01>0||is_entitypage02>0||is_entitypage03>0||is_entitypage04>0)
{ {
vis bt_entities,1 vis bt_entities,1
@@ -351,7 +355,7 @@ Text bt_qrcode
Events Events
Touch Release Event Touch Release Event
if(bt_qrcode.txt!="") if(qrcode.qrcode_value.txt!="")
{ {
page qrcode page qrcode
} }

View File

@@ -101,7 +101,7 @@ Text tft_version
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
Associated Keyboard: none Associated Keyboard: none
Text : 4.3.0b1 Text : 4.3.0b2
Max. Text Size : 9 Max. Text Size : 9
Events Events

View File

@@ -13,6 +13,10 @@ Page home
Events Events
Preinitialize Event Preinitialize Event
back_page_id=0 back_page_id=0
if(qrcode.qrcode_value.txt=="")
{
vis bt_qrcode,0
}
if(is_entitypage01>0||is_entitypage02>0||is_entitypage03>0||is_entitypage04>0) if(is_entitypage01>0||is_entitypage02>0||is_entitypage03>0||is_entitypage04>0)
{ {
vis bt_entities,1 vis bt_entities,1
@@ -351,7 +355,7 @@ Text bt_qrcode
Events Events
Touch Release Event Touch Release Event
if(bt_qrcode.txt!="") if(qrcode.qrcode_value.txt!="")
{ {
page qrcode page qrcode
} }

View File

@@ -101,7 +101,7 @@ Text tft_version
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
Associated Keyboard: none Associated Keyboard: none
Text : 4.3.0b1 Text : 4.3.0b2
Max. Text Size : 9 Max. Text Size : 9
Text esph_version Text esph_version

View File

@@ -13,6 +13,10 @@ Page home
Events Events
Preinitialize Event Preinitialize Event
back_page_id=0 back_page_id=0
if(qrcode.qrcode_value.txt=="")
{
vis bt_qrcode,0
}
if(is_entitypage01>0||is_entitypage02>0||is_entitypage03>0||is_entitypage04>0) if(is_entitypage01>0||is_entitypage02>0||is_entitypage03>0||is_entitypage04>0)
{ {
vis bt_entities,1 vis bt_entities,1
@@ -351,7 +355,7 @@ Text bt_qrcode
Events Events
Touch Release Event Touch Release Event
if(bt_qrcode.txt!="") if(qrcode.qrcode_value.txt!="")
{ {
page qrcode page qrcode
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.