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
I am testing the library on an ESP8266 based board and samples don't work without codes modifications.
First, I must replace this code bloc with just #include <ESP8266WiFi.h> because otherwise I have a compile error on line where the WiFiClient client is declared.
I am testing the library on an ESP8266 based board and samples don't work without codes modifications.
First, I must replace this code bloc with just
#include <ESP8266WiFi.h>
because otherwise I have a compile error on line where theWiFiClient client
is declared.Second, the code is locked in setup, in while loop that check the wifi status and forbid sketch start without wifi connexion.
To get the example working I replaced this :
with this:
Infos:
The text was updated successfully, but these errors were encountered: