mirror of
https://github.com/airgradienthq/arduino.git
synced 2026-04-28 18:12:13 +02:00
fix configuration pmStandard value
This commit is contained in:
+1
-1
@@ -281,7 +281,7 @@ bool Configuration::parse(String data, bool isLocal) {
|
||||
bool inUSAQI = true;
|
||||
if (pmStandard == "ugm3") {
|
||||
inUSAQI = false;
|
||||
} else if (pmStandard == "USAQI") {
|
||||
} else if (pmStandard == "us-aqi") {
|
||||
inUSAQI = true;
|
||||
} else {
|
||||
failedMessage = jsonValueInvalidMessage("pmStandard", pmStandard);
|
||||
|
||||
Reference in New Issue
Block a user