diff --git a/docs/local-server.md b/docs/local-server.md index f4b3f0c..a65dd6e 100644 --- a/docs/local-server.md +++ b/docs/local-server.md @@ -156,7 +156,7 @@ If the monitor is set up on the AirGradient dashboard, it will also receive the | `tvocLearningOffset` | Set VOC learning gain offset. | Number | 0-720 (default 12) | `{"tvocLearningOffset": 12}` | | `offlineMode` | Set monitor to run without WiFi. | Boolean | `false`: Disabled (default)
`true`: Enabled | `{"offlineMode": true}` | | `monitorDisplayCompensatedValues` | Set the display show the PM value with/without compensate value (only on [3.1.9]()) | Boolean | `false`: Without compensate (default)
`true`: with compensate | `{"monitorDisplayCompensatedValues": false }` | -| `corrections` | Sets correction options to display and measurement values on local server response. | Object | _see corretions section_ | _see corretions section_ | +| `corrections` | Sets correction options to display and measurement values on local server response. | Object | _see corrections section_ | _see corrections section_ | diff --git a/examples/OneOpenAir/OneOpenAir.ino b/examples/OneOpenAir/OneOpenAir.ino index 87d5d21..1700ebb 100644 --- a/examples/OneOpenAir/OneOpenAir.ino +++ b/examples/OneOpenAir/OneOpenAir.ino @@ -168,7 +168,7 @@ void setup() { boardInit(); setMeasurementMaxPeriod(); - // Uncomment below line to print every measurements reading update + // Comment below line to disable debug measurement readings measurements.setDebug(true); /** Connecting wifi */