Change baud rate manually

This commit is contained in:
Edward Firmo
2023-11-30 21:46:00 +01:00
parent 29e0e4b8ce
commit b975869e1f

View File

@@ -80,6 +80,15 @@ 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