Commit f0a71048 authored by Eric Duminil's avatar Eric Duminil
Browse files

TODO

parent 9fe899db
......@@ -38,6 +38,7 @@ void WiFiConnect(const String &hostname) {
Serial.print("\nWiFi connected, IP address: ");
Serial.println(WiFi.localIP());
} else {
//TODO: Allow sensor to work as an Access Point, in order to define SSID & password?
led_effects::showKITTWheel(color::red);
Serial.println("\nConnection to WiFi failed");
}
......
Markdown is supported
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