Adds the 'W' command, which will dump the current connection's SSID &
signal strength. Example output of new W command:
W:{"ssid":"devferment","signalStrength":-32}
Also improves some doxygen comments in ESP_WiFi.*
This might fix #18, depending on the exact intent of that issue. (It's unclear if that was meant to be a LCD display feature, or just general "this info needs to be somewhere")
Adds the 'W' command, which will dump the current connection's SSID & signal strength. Example output of new
W
command:W:{"ssid":"devferment","signalStrength":-32}
Also improves some doxygen comments in ESP_WiFi.*
This might fix #18, depending on the exact intent of that issue. (It's unclear if that was meant to be a LCD display feature, or just general "this info needs to be somewhere")