Update xdrv_01_webserver.ino

call legacy driver too for OTA
This commit is contained in:
Christian Baars 2022-01-17 19:41:17 +01:00 committed by GitHub
parent 70c6e730f0
commit bcba4cd4d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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