From fc48fe1d3b5307ae626b4d75c32805cc1873b826 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 16 Jan 2022 17:58:46 +0100 Subject: [PATCH] fix include for HTTPUpdate --- tasmota/tasmota.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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