Change baud rate manually
This commit is contained in:
@@ -80,6 +80,15 @@ Text baud_rate
|
|||||||
Touch Release Event
|
Touch Release Event
|
||||||
dim=100
|
dim=100
|
||||||
tm0.en=1
|
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
|
Text tft_version
|
||||||
Attributes
|
Attributes
|
||||||
|
|||||||
Reference in New Issue
Block a user