non blocking version

- shorten hms waiting times after last frame es well (might be too short to immedately stop timer!)
- timings still need review...
This commit is contained in:
rejoe2 2024-01-18 14:15:44 +01:00 committed by GitHub
parent c3a2ad0a97
commit 4749b5ef3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 222 additions and 122 deletions

View file

@ -7,8 +7,6 @@
#include "app.h"
#include "utils/sun.h"
#define WDT_TIMEOUT_SECONDS 8 // Watchdog Timeout 8s
#if !defined(ESP32)
void esp_task_wdt_reset() {}
#endif