mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-04 03:36:32 +02:00
fix configuration pmStandard
value
This commit is contained in:
@ -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