We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1d0ab commit 83b452bCopy full SHA for 83b452b
libraries/ESP8266WiFi/src/ESP8266WiFi.h
@@ -31,6 +31,7 @@ extern "C" {
31
#include "IPAddress.h"
32
#include "WiFiClient.h"
33
#include "WiFiServer.h"
34
+#include "WiFiClientSecure.h"
35
36
#define WIFI_SCAN_RUNNING (-1)
37
#define WIFI_SCAN_FAILED (-2)
0 commit comments