diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-08-23 13:56:01 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-08-30 12:26:36 -0400 |
commit | 404b64fd627e04f68f64db4fef605fae1a18a747 (patch) | |
tree | 8272287739f4c25f6d7420855ff4941ab3574bb4 /docs/Config_Changes.md | |
parent | 22167f951022935d0f4eee1f02c3f2635861576e (diff) | |
download | kutter-404b64fd627e04f68f64db4fef605fae1a18a747.tar.gz kutter-404b64fd627e04f68f64db4fef605fae1a18a747.tar.xz kutter-404b64fd627e04f68f64db4fef605fae1a18a747.zip |
adxl345: Change default chip name from "default" to "adxl345"
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 24d4b3e4..13fefdad 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,10 @@ All dates in this document are approximate. ## Changes +20210830: The default adxl345 name is now "adxl345". The default CHIP +parameter for the `ACCELEROMETER_MEASURE` and `ACCELEROMETER_QUERY` is +now also "adxl345". + 20210830: The adxl345 ACCELEROMETER_MEASURE command no longer supports a RATE parameter. To alter the query rate, update the printer.cfg file and issue a RESTART command. |