From bcba4cd4d9d2c7ff7a1cd9ad720421bb2afb5ac0 Mon Sep 17 00:00:00 2001 From: Christian Baars Date: Mon, 17 Jan 2022 19:41:17 +0100 Subject: [PATCH] Update xdrv_01_webserver.ino call legacy driver too for OTA --- tasmota/xdrv_01_webserver.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/xdrv_01_webserver.ino b/tasmota/xdrv_01_webserver.ino index e55fd7203..d3dcd988f 100644 --- a/tasmota/xdrv_01_webserver.ino +++ b/tasmota/xdrv_01_webserver.ino @@ -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 \ No newline at end of file +#endif // USE_WEBSERVER