feat: enhance OTA upload handling with chunk validation and timeout checks

This commit is contained in:
2025-02-21 09:24:54 +01:00
parent 4477537cec
commit 8182b5f684
6 changed files with 210 additions and 83 deletions

View File

@ -11,6 +11,7 @@ bool wm_nonblocking = false;
void initWiFi() {
WiFi.mode(WIFI_STA); // explicitly set mode, esp defaults to STA+AP
WiFi.setSleep(false); // disable sleep mode
//esp_wifi_set_max_tx_power(72); // Setze maximale Sendeleistung auf 20dBm