Comment correction in BlinkOnWifiProps

This commit is contained in:
fauresystems
2019-11-08 18:57:06 +01:00
parent 68a9317f3f
commit 3a04e632cc
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
@@ -59,7 +59,7 @@ void loop()
{
if (!wifiBegun) {
WiFi.begin(ssid, passphrase);
delay(250); // acceptable freeze for this props (otherwise ues PropsAction)
delay(250); // acceptable freeze for this props (otherwise use PropsAction for async-like behavior)
if (WiFi.status() == WL_CONNECTED) {
wifiBegun = true;
} else {