diff --git a/ampel-firmware/wifi_util.cpp b/ampel-firmware/wifi_util.cpp index e18058d842ea9ef7e7063d3d6e7911296e5f2a04..795eeeb9a826f1745e2df9268ce4c5ddc54625ca 100644 --- a/ampel-firmware/wifi_util.cpp +++ b/ampel-firmware/wifi_util.cpp @@ -76,5 +76,6 @@ namespace wifi { void defineCommands() { sensor_console::defineCommand("wifi_scan", scanNetworks, F("(Scans available WiFi networks)")); sensor_console::defineCommand("local_ip", showLocalIp, F("(Displays local IP and current SSID)")); + //TODO: Add "update!" command? https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266httpUpdate/examples/httpUpdate/httpUpdate.ino } }