mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-09-25 20:20:55 +02:00
Fix JSON example in /config docs
The JSON example has an extra closing brace, causing the JSON to be invalid. The fix is to remove the stray closing brace.
This commit is contained in:
@@ -106,7 +106,6 @@ Compensated values apply correction algorithms to make the sensor values more ac
|
|||||||
"pm02": {
|
"pm02": {
|
||||||
"correctionAlgorithm": "epa_2021",
|
"correctionAlgorithm": "epa_2021",
|
||||||
"slr": {}
|
"slr": {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user