Commit 3d768dce authored by Eric Duminil's avatar Eric Duminil
Browse files

Note

parent 6fce7f4f
...@@ -164,9 +164,9 @@ void loop() { ...@@ -164,9 +164,9 @@ void loop() {
void wifiConnecting() { void wifiConnecting() {
Serial.print(F("WiFi - Trying to connect to ")); Serial.print(F("WiFi - Trying to connect to "));
Serial.print(config::selected_ssid()); Serial.print(config::selected_ssid());
Serial.print(F(" for ")); Serial.print(F(" (max "));
Serial.print(config::wifi_timeout); Serial.print(config::wifi_timeout);
Serial.println(F("s.")); Serial.println(F("s)."));
led_effects::showRainbowWheel(); led_effects::showRainbowWheel();
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment