Skip to content

Commit

Permalink
add rssi to json
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarecrash committed Jun 14, 2023
1 parent 202d6c1 commit 1fe1c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ bool getJsonData(int invNum)
liveJson["DEVICE_FREE_HEAP"] = ESP.getFreeHeap();
liveJson["DEVICE_JSON_MEMORY"] = liveJson.memoryUsage();
liveJson["ESP_VCC"] = ESP.getVcc() / 1000.0;
liveJson["Wifi_RSSI"] = WiFi.RSSI();

liveData["SOLAR_VOLTS"] = live.l.pV / 100.f;

Expand Down

0 comments on commit 1fe1c20

Please sign in to comment.