Version 0.2
This commit is contained in:
@@ -16,7 +16,6 @@ void setup()
|
||||
WiFi.begin(ssid, password);
|
||||
|
||||
while (WiFi.status() != WL_CONNECTED) {
|
||||
delay(500);
|
||||
Serial << '.';
|
||||
delay(500);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user