Skip to content

Commit

Permalink
Updated to match old values
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypoulter committed Sep 22, 2020
1 parent 52d7605 commit fdece84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ boolean input_get(JsonDocument &data)
if(gotData) {
data[F("freeram")] = ESPAL.getFreeHeap();
data[F("srssi")] = WiFi.RSSI();
data[F("packets_sent")] = packets_sent;
data[F("packets_success")] = packets_success;
data[F("psent")] = packets_sent;
data[F("psuccess")] = packets_success;

last_datastr.clear();
serializeJson(data, last_datastr);
Expand Down

0 comments on commit fdece84

Please sign in to comment.