thorrak / brewpi-esp8266

An implementation of the BrewPi device code on the ESP8266, ESP32, and ESP32-S2
GNU General Public License v3.0
83 stars 30 forks source link

Add WiFi information command #58

Closed speshak closed 3 years ago

speshak commented 3 years ago

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")