Repo reorg

This commit is contained in:
Edward Firmo
2023-12-07 08:12:38 +01:00
parent 65408e3a44
commit ae6ad884f7
19 changed files with 9 additions and 159 deletions

View File

@@ -80,15 +80,6 @@ Text baud_rate
Touch Release Event
dim=100
tm0.en=1
if(baud==115200)
{
bauds=921600
}else
{
bauds=115200
}
covx baud,baud_rate.txt,0,0
baud_rate.txt+=" bps"
Text tft_version
Attributes
@@ -97,7 +88,7 @@ Text tft_version
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text : TFT: v2023.11.2
Text : TFT: v2023.11.0
Max. Text Size : 20
Events
@@ -198,21 +189,15 @@ Timer tm_esphome
Events
Timer Event
if(framework.txt=="")
if(baud==115200)
{
if(baud==115200)
{
bauds=921600
}else
{
bauds=115200
}
covx baud,baud_rate.txt,0,0
baud_rate.txt+=" bps"
bauds=921600
}else
{
tm_esphome.en=0
bauds=115200
}
covx baud,baud_rate.txt,0,0
baud_rate.txt+=" bps"
Timer tm_pageid
Attributes