diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 396af75..a178876 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -7,6 +7,8 @@   ## General +- Thanks for 600 stars. + ###   diff --git a/nspanel_us.HMI b/nspanel_us.HMI index 65dd895..3ec16d6 100644 Binary files a/nspanel_us.HMI and b/nspanel_us.HMI differ diff --git a/nspanel_us_code/boot.txt b/nspanel_us_code/boot.txt index a05580a..a9d3274 100644 --- a/nspanel_us_code/boot.txt +++ b/nspanel_us_code/boot.txt @@ -20,6 +20,26 @@ Page boot printh 00 printh FF FF FF +Variable (int32) counter + Attributes + ID : 12 + Scope: local + Value: 0 + +Variable (string) aux + Attributes + ID : 13 + Scope : local + Text : + Max. Text Size: 10 + +Variable (string) nspanelevent + Attributes + ID : 14 + Scope : local + Text : + Max. Text Size: 100 + Text ip_addr Attributes ID : 1 @@ -120,3 +140,23 @@ Dual-state Button a01 Text : Reboot Max. Text Size : 6 +Timer timer + Attributes + ID : 11 + Scope : local + Period (ms): 65534 + Enabled : yes + + Events + Timer Event + counter.val++ + covx counter.val,aux.txt,0,0 + nspanelevent.txt="{\"page\": \"boot\", \"component\": \"timeout\", \"value\": "+aux.txt+"}" + bluep_version.txt="Retry: "+aux.txt + printh 92 + prints "nspanelevent",0 + printh 00 + prints nspanelevent.txt,0 + printh 00 + printh FF FF FF + diff --git a/nspanel_us_land.HMI b/nspanel_us_land.HMI index 64bbf7a..a016085 100644 Binary files a/nspanel_us_land.HMI and b/nspanel_us_land.HMI differ diff --git a/nspanel_us_land.tft b/nspanel_us_land.tft index db6f8cb..077cc6d 100644 Binary files a/nspanel_us_land.tft and b/nspanel_us_land.tft differ