Merge pull request #220 from Capo01/patch-11

Mention that reboot should be called after saving a config
This commit is contained in:
Oskar Weigl
2018-08-23 14:49:48 -07:00
committed by GitHub
+5 -2
View File
@@ -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()` <kbd>Enter</kbd>
You can save all `.config` parameters to persistent memory such that the ODrive remembers them between power cycles.
* `odrv0.save_configuration()` <kbd>Enter</kbd>.
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