Merge pull request #148 from MallocArray/patch-1

Correct API value for boot
This commit is contained in:
AirGradient
2024-05-20 08:50:57 +07:00
committed by GitHub

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