mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-02 19:10:58 +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;
|
||||
}
|
||||
if (noxIndex >= 0) {
|
||||
root["noxIndex"] = noxIndex;
|
||||
root["nox_index"] = noxIndex;
|
||||
}
|
||||
}
|
||||
if (hasSensorSHT) {
|
||||
|
Reference in New Issue
Block a user