Add Wifi Strength to HTML Info

This commit is contained in:
Mathieu Maret 2016-09-21 16:02:52 +02:00
parent b5b4220c4b
commit 738ccfd14a
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ void WebHandleRoot() {
#ifdef CONFIG_ENABLE_BMP180
"BMP 180 (Temp+Pression) Status: " + (BMP180IsConnected() ? "Connected" : "Disconnected") + "<br/>"
#endif
"Wifi Strength: " + WiFi.RSSI() + "dBm<br/>"
"Free space: " + ESP.getFreeSketchSpace() + "<br/>"
"Free heap: " + ESP.getFreeHeap() + "<br/>"
"Build the " + __DATE__ + " at " + __TIME__ + "<br/>"