Questions tagged [esp8266wifi]

151 questions
-4
votes
1 answer

What does the return code of the Wifi Libary in an ESP8266 mean?

#include #include #ifndef STASSID #define STASSID "wlanName" #define STAPSK "wlanPassword" #endif const char* ssid = STASSID; const char* password = STAPSK; const char* host = "api.github.com"; const int…
1 2 3
10
11