sendget demo

This commit is contained in:
Tester23
2024-01-15 12:40:44 +01:00
parent 77a95640ab
commit e2b8aea8a1

View File

@ -52,6 +52,10 @@
"file": "autoexecs/ping_watchdog.bat"
},
{
"title": "HTTP-only control of Tasmota/OBK device from OBK.",
"file": "autoexecs/http_calls.bat"
},
{
"title": "NTP and 'waitFor' command example. You can use 'waitFor NTPState 1' in autoexec.bat to wait for NTP sync. After that, you can be sure that correct time is set. 'waitFor' will block execution until given event.",
"file": "autoexecs/waiting_for_NTP_sync.bat"
},