diff --git a/tasmota/tasmota.ino b/tasmota/tasmota.ino index 97f83b473..a208a44bc 100644 --- a/tasmota/tasmota.ino +++ b/tasmota/tasmota.ino @@ -36,9 +36,9 @@ #include // Ota #include // Ota #ifdef ESP32 - #ifdef USE_BERRY + #ifdef USE_TLS #include "HTTPUpdateLight.h" // Ota over HTTPS for ESP32 - #endif // USE_BERRY + #endif // USE_TLS #endif #include // Webserver, Updater #include