Skip to content

Commit

Permalink
add bootCount to measure report
Browse files Browse the repository at this point in the history
  • Loading branch information
pnt325 committed Jun 4, 2024
1 parent fde510b commit 0b12f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AgValue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ String Measurements::toString(bool localServer, AgFirmwareMode fwMode, int rssi,
}
}
root["boot"] = bootCount;
root["bootCount"] = bootCount;

if (localServer) {
root["ledMode"] = config->getLedBarModeName();
Expand Down

0 comments on commit 0b12f56

Please # to comment.