Commit 80e074fa authored by Eric Duminil's avatar Eric Duminil
Browse files

Done.

parent 996e016f
Pipeline #5815 passed with stage
in 2 minutes and 40 seconds
...@@ -180,7 +180,7 @@ void wifiConnected() { ...@@ -180,7 +180,7 @@ void wifiConnected() {
void wifiFailed() { void wifiFailed() {
Serial.print(F("WiFi - Could not connect to ")); Serial.print(F("WiFi - Could not connect to "));
Serial.println(config::selected_ssid()); //TODO: Rename Serial.println(config::selected_ssid());
led_effects::showKITTWheel(color::red); led_effects::showKITTWheel(color::red);
} }
......
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