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