diff --git a/docs/getting-started.md b/docs/getting-started.md index 844e99e8..bf6f1f60 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -197,8 +197,11 @@ For instance, to set the current limit of M0 to 10A you would type: `odrv0.axis0 ### 3. Save configuration. -You can save all `.config` parameters to persistent memory such that the ODrive remembers them between power cycles. -* `odrv0.save_configuration()` Enter +You can save all `.config` parameters to persistent memory such that the ODrive remembers them between power cycles. +* `odrv0.save_configuration()` Enter. + +Due to a [known issue](https://github.com/madcowswe/ODrive/issues/183) it is strongly recommended that you reboot following every save of your configuration using `odrv0.reboot()`. + ## Position control of M0