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