From 9fa9baf7eb68b755acbb0426a33aa08ce24763a5 Mon Sep 17 00:00:00 2001 From: Josefine Herlin <66409231+jhansson-ard@users.noreply.github.com> Date: Wed, 29 May 2024 10:44:23 +0200 Subject: [PATCH] Update User Manual [community] Since the PR https://github.com/arduino/docs-content/pull/1964 was created, the files have changed. I've added the PR changes from there to here. --- .../alvik/tutorials/user-manual/user-manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual/user-manual.md b/content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual/user-manual.md index 70756508ac..72cd8295e4 100644 --- a/content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual/user-manual.md +++ b/content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual/user-manual.md @@ -74,7 +74,7 @@ The latest firmware of the STM32 can be found at [this link](https://github.com/ At the back-right side of Alvik there is the main switch of the robot. When ON the robot will power up and it will execute the already loaded program. -***While programming the terminal of the Arduino Lab for MicroPython will notify you if you forgot to switch on the robot. Keep the robot off while programming to avoid undesired movements and remember to turn it on when you are ready to execute your program*** +***Keep the robot off while programming to avoid undesired movements and remember to turn it on when you are ready to execute your program. A feature of the Arduino Lab for MicroPython terminal is that it will notify you if you forgot to switch on the robot to run the code.*** ![Notification to switch on](assets/message-switch-on.png)