From 90801c887f3b90e3efaa483e60882523c7a33a2b Mon Sep 17 00:00:00 2001 From: Capo01 <503426+Capo01@users.noreply.github.com> Date: Mon, 20 Aug 2018 22:00:20 +1000 Subject: [PATCH 1/2] Mention that reboot should be called after saving a config https://github.com/madcowswe/ODrive/issues/183 --- docs/getting-started.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 844e99e8..4bcdb482 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 reccomneded that you reboot following every save of your configerations using `odrv0.reboot()`. + ## Position control of M0 From d37cc446c851d406048e2877ea69ba80500ef243 Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Thu, 23 Aug 2018 14:49:35 -0700 Subject: [PATCH 2/2] Update getting-started.md --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 4bcdb482..bf6f1f60 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -200,7 +200,7 @@ For instance, to set the current limit of M0 to 10A you would type: `odrv0.axis0 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 reccomneded that you reboot following every save of your configerations using `odrv0.reboot()`. +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