diff --git a/ArduinoProps.zip b/ArduinoProps.zip index a8bbef7..66072ed 100644 Binary files a/ArduinoProps.zip and b/ArduinoProps.zip differ diff --git a/examples/BlinkOnWifiProps/BlinkOnWifiProps.ino b/examples/BlinkOnWifiProps/BlinkOnWifiProps.ino index 57681fb..a05dc1d 100644 --- a/examples/BlinkOnWifiProps/BlinkOnWifiProps.ino +++ b/examples/BlinkOnWifiProps/BlinkOnWifiProps.ino @@ -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 {