add bootCount to measure report

This commit is contained in:
Phat Nguyen
2024-06-04 22:17:20 +07:00
parent fde510ba96
commit 0b12f56513

View File

@ -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();