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

Could do

parent 774cc349
Pipeline #5924 passed with stage
in 2 minutes and 38 seconds
......@@ -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
}
}
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