You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The addition seems to make sense. Strangely it worked for me without the import. I used the Arduino-IDE with the ESP8266 plugin. Is your setup in any way different?
Only after I've added:
#include <WiFiClientSecure.h>
after
#include <ESP8266WiFi.h>
I've got a HTTPS connection.
The text was updated successfully, but these errors were encountered: