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:
@@ -109,7 +109,6 @@ Compensated values apply correction algorithms to make the sensor values more ac
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Set Configuration Parameters (PUT)
|
### Set Configuration Parameters (PUT)
|
||||||
|
Reference in New Issue
Block a user