feat: enhance OTA upload handling with chunk validation and timeout checks
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user