mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-03 11:26:29 +02:00
fix: update cloud sync json noxIndex
by nox_index
This commit is contained in:
@ -971,7 +971,7 @@ static String getServerSyncData(bool localServer) {
|
|||||||
root["tvoc_raw"] = tvocRawIndex;
|
root["tvoc_raw"] = tvocRawIndex;
|
||||||
}
|
}
|
||||||
if (noxIndex >= 0) {
|
if (noxIndex >= 0) {
|
||||||
root["noxIndex"] = noxIndex;
|
root["nox_index"] = noxIndex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (hasSensorSHT) {
|
if (hasSensorSHT) {
|
||||||
|
Reference in New Issue
Block a user