mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-04 03:36:32 +02:00
Update pmStandard
JSON stringtify value
This commit is contained in:
@ -540,7 +540,7 @@ String Configuration::toString(void) {
|
||||
|
||||
/** "pmStandard" */
|
||||
if (config.inUSAQI) {
|
||||
root["pmStandard"] = "USAQI";
|
||||
root["pmStandard"] = "us-aqi";
|
||||
} else {
|
||||
root["pmStandard"] = "ugm3";
|
||||
}
|
||||
|
Reference in New Issue
Block a user