mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-19 19:52:08 +02:00
fix: wrong config key for PM Standard
This commit is contained in:
@ -160,9 +160,9 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Get "pmsStandard" */
|
/** Get "pmStandard" */
|
||||||
if (JSON.typeof_(root["pmsStandard"]) == "string") {
|
if (JSON.typeof_(root["pmStandard"]) == "string") {
|
||||||
String standard = root["pmsStandard"];
|
String standard = root["pmStandard"];
|
||||||
if (standard == "ugm3") {
|
if (standard == "ugm3") {
|
||||||
inUSAQI = false;
|
inUSAQI = false;
|
||||||
} else {
|
} else {
|
||||||
|
@ -204,9 +204,9 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Get "pmsStandard" */
|
/** Get "pmStandard" */
|
||||||
if (JSON.typeof_(root["pmsStandard"]) == "string") {
|
if (JSON.typeof_(root["pmStandard"]) == "string") {
|
||||||
String standard = root["pmsStandard"];
|
String standard = root["pmStandard"];
|
||||||
if (standard == "ugm3") {
|
if (standard == "ugm3") {
|
||||||
inUSAQI = false;
|
inUSAQI = false;
|
||||||
} else {
|
} else {
|
||||||
|
@ -197,9 +197,9 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Get "pmsStandard" */
|
/** Get "pmStandard" */
|
||||||
if (JSON.typeof_(root["pmsStandard"]) == "string") {
|
if (JSON.typeof_(root["pmStandard"]) == "string") {
|
||||||
String standard = root["pmsStandard"];
|
String standard = root["pmStandard"];
|
||||||
if (standard == "ugm3") {
|
if (standard == "ugm3") {
|
||||||
inUSAQI = false;
|
inUSAQI = false;
|
||||||
} else {
|
} else {
|
||||||
|
@ -197,9 +197,9 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Get "pmsStandard" */
|
/** Get "pmStandard" */
|
||||||
if (JSON.typeof_(root["pmsStandard"]) == "string") {
|
if (JSON.typeof_(root["pmStandard"]) == "string") {
|
||||||
String standard = root["pmsStandard"];
|
String standard = root["pmStandard"];
|
||||||
if (standard == "ugm3") {
|
if (standard == "ugm3") {
|
||||||
inUSAQI = false;
|
inUSAQI = false;
|
||||||
} else {
|
} else {
|
||||||
|
@ -201,9 +201,9 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Get "pmsStandard" */
|
/** Get "pmStandard" */
|
||||||
if (JSON.typeof_(root["pmsStandard"]) == "string") {
|
if (JSON.typeof_(root["pmStandard"]) == "string") {
|
||||||
String standard = root["pmsStandard"];
|
String standard = root["pmStandard"];
|
||||||
if (standard == "ugm3") {
|
if (standard == "ugm3") {
|
||||||
inUSAQI = false;
|
inUSAQI = false;
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user