mirror of
https://github.com/airgradienthq/arduino.git
synced 2026-04-21 09:08:47 +02:00
Update pmStandard JSON stringtify value
This commit is contained in:
+1
-1
@@ -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