Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing #include <WiFiClientSecure.h> #1

Open
gregorwolf opened this issue Dec 24, 2016 · 1 comment
Open

Missing #include <WiFiClientSecure.h> #1

gregorwolf opened this issue Dec 24, 2016 · 1 comment

Comments

@gregorwolf
Copy link

Only after I've added:

#include <WiFiClientSecure.h>

after

#include <ESP8266WiFi.h>

I've got a HTTPS connection.

@pinae
Copy link
Owner

pinae commented Jan 2, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants