From f336964cd3139d74a74582c804524d064db510fb Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 26 Nov 2021 17:41:45 +0100 Subject: [PATCH] add #define USE_WEBCLIENT_HTTPS for some env --- tasmota/tasmota_configurations_ESP32.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index b358d74e0..74ed07d32 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -73,6 +73,8 @@ #define USE_ODROID_GO // Add support for Odroid Go #define USE_SDCARD +#define USE_WEBCLIENT_HTTPS + #undef USE_HOME_ASSISTANT #define USE_I2C @@ -113,6 +115,8 @@ #define USE_I2S_WEBRADIO #define USE_SDCARD +#define USE_WEBCLIENT_HTTPS + #define USE_I2C #define USE_BMA423 #define USE_MPU_ACCEL @@ -200,6 +204,8 @@ #undef USE_DOMOTICZ #undef USE_HOME_ASSISTANT +#define USE_WEBCLIENT_HTTPS + #define USE_I2S #define USE_SPI #define USE_LVGL