mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-22 23:17:24 +01:00
Update xdrv_01_webserver.ino
call legacy driver too for OTA
This commit is contained in:
@@ -2582,7 +2582,7 @@ void HandleUploadDone(void) {
|
||||
WSContentStop();
|
||||
}
|
||||
|
||||
#ifdef USE_BLE_ESP32
|
||||
#if defined(USE_BLE_ESP32) || defined(USE_MI_ESP32)
|
||||
// declare the fn
|
||||
int ExtStopBLE();
|
||||
#endif
|
||||
@@ -3599,4 +3599,4 @@ bool Xdrv01(uint8_t function)
|
||||
}
|
||||
return result;
|
||||
}
|
||||
#endif // USE_WEBSERVER
|
||||
#endif // USE_WEBSERVER
|
||||
|
||||
Reference in New Issue
Block a user