diff --git a/custom_configuration/nspanel_blank.HMI b/custom_configuration/nspanel_blank.HMI index 5fc756c..330640e 100644 Binary files a/custom_configuration/nspanel_blank.HMI and b/custom_configuration/nspanel_blank.HMI differ diff --git a/custom_configuration/nspanel_blank.tft b/custom_configuration/nspanel_blank.tft index 3b45242..36f506d 100644 Binary files a/custom_configuration/nspanel_blank.tft and b/custom_configuration/nspanel_blank.tft differ diff --git a/custom_configuration/nspanel_blank_code/blank.txt b/custom_configuration/nspanel_blank_code/blank.txt index 1526e0d..80c485a 100644 --- a/custom_configuration/nspanel_blank_code/blank.txt +++ b/custom_configuration/nspanel_blank_code/blank.txt @@ -88,7 +88,7 @@ Text tft_version Dragging : 0 Send Component ID : disabled Associated Keyboard: none - Text : TFT: v2023.11.0 + Text : TFT: v2023.11.2 Max. Text Size : 20 Events @@ -189,15 +189,21 @@ Timer tm_esphome Events Timer Event - if(baud==115200) + if(framework.txt=="") { - bauds=921600 + if(baud==115200) + { + bauds=921600 + }else + { + bauds=115200 + } + covx baud,baud_rate.txt,0,0 + baud_rate.txt+=" bps" }else { - bauds=115200 + tm_esphome.en=0 } - covx baud,baud_rate.txt,0,0 - baud_rate.txt+=" bps" Timer tm_pageid Attributes