Remove WiFiClientSecure (#19725)

* Update HttpClientLight.cpp
* Update HttpClientLight.h
* Update Powerwall.h
* Update xdrv_10_scripter.ino
This commit is contained in:
Jason2866
2023-10-12 20:10:16 +02:00
committed by GitHub
parent 4eefed79ac
commit a3dcbc6661
4 changed files with 1 additions and 12 deletions

View File

@@ -32,7 +32,6 @@
#ifdef HTTPCLIENT_1_1_COMPATIBLE
#include <WiFi.h>
#include <WiFiClientSecure.h>
#endif
#include <StreamString.h>

View File

@@ -32,7 +32,6 @@
#include <memory>
#include <Arduino.h>
#include <WiFiClient.h>
#include <WiFiClientSecure.h>
#include <HTTPClient.h> // import definitions from the original code
@@ -274,4 +273,4 @@ protected:
#endif /* HTTPClient_Light_H_ */
#endif /* HTTPClient_Light_H_ */