Correct API value for boot

This commit is contained in:
MallocArray
2024-05-18 21:19:40 -05:00
committed by GitHub
parent 4b94926651
commit ebbf0adf2f

View File

@ -173,7 +173,7 @@ String Measurements::toString(bool localServer, AgFirmwareMode fwMode, int rssi,
root["noxRaw"] = this->NOxRaw;
}
}
root["bootCount"] = bootCount;
root["boot"] = bootCount;
if (localServer) {
root["ledMode"] = config->getLedBarModeName();