Closed SensorsIot closed 7 years ago
Little change was necessary in the example file:
WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) {
Hey Andreas,
I actually made that change after your reply on YouTube but I guess I haven't pushed it up to github yet!
I will do it when I home later. Thanks!
Updated example with @SensorsIot suggestion
Little change was necessary in the example file:
WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) {