Prepare final release for v2.4.3

This commit is contained in:
Robert Strouse 2024-05-12 11:23:23 -07:00
parent 6077052e9b
commit 4f3a93b336
5 changed files with 5 additions and 3 deletions

View file

@ -37,7 +37,7 @@ void setup() {
net.setup();
somfy.begin();
//git.checkForUpdate();
esp_task_wdt_init(5, true); //enable panic so ESP32 restarts
esp_task_wdt_init(7, true); //enable panic so ESP32 restarts
esp_task_wdt_add(NULL); //add current thread to WDT watch
}