mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 06:47:17 +00:00
Update xdrv_01_webserver.ino
call legacy driver too for OTA
This commit is contained in:
parent
70c6e730f0
commit
bcba4cd4d9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user