From 2950de0016e6d4e34bf1300ccfdde4e54a0e47be Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:57:01 +0200 Subject: [PATCH] rm WifiClientSecure --- tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino b/tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino index 2f75b3e52..bc99a3921 100755 --- a/tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino @@ -11960,13 +11960,8 @@ uint32_t call2https(const char *host, const char *path) { //if (TasmotaGlobal.global_state.wifi_down) return 1; uint32_t status = 0; -#ifdef ESP32 - WiFiClientSecure *httpsClient; - httpsClient = new WiFiClientSecure; -#else BearSSL::WiFiClientSecure_light *httpsClient; httpsClient = new BearSSL::WiFiClientSecure_light(1024, 1024); -#endif httpsClient->setTimeout(2000); httpsClient->setInsecure();