Add Wifi Strength to HTML Info
This commit is contained in:
parent
b5b4220c4b
commit
738ccfd14a
@ -37,6 +37,7 @@ void WebHandleRoot() {
|
|||||||
#ifdef CONFIG_ENABLE_BMP180
|
#ifdef CONFIG_ENABLE_BMP180
|
||||||
"BMP 180 (Temp+Pression) Status: " + (BMP180IsConnected() ? "Connected" : "Disconnected") + "<br/>"
|
"BMP 180 (Temp+Pression) Status: " + (BMP180IsConnected() ? "Connected" : "Disconnected") + "<br/>"
|
||||||
#endif
|
#endif
|
||||||
|
"Wifi Strength: " + WiFi.RSSI() + "dBm<br/>"
|
||||||
"Free space: " + ESP.getFreeSketchSpace() + "<br/>"
|
"Free space: " + ESP.getFreeSketchSpace() + "<br/>"
|
||||||
"Free heap: " + ESP.getFreeHeap() + "<br/>"
|
"Free heap: " + ESP.getFreeHeap() + "<br/>"
|
||||||
"Build the " + __DATE__ + " at " + __TIME__ + "<br/>"
|
"Build the " + __DATE__ + " at " + __TIME__ + "<br/>"
|
||||||
|
Loading…
Reference in New Issue
Block a user