Skip to content

Commit a43a4a8

Browse files
authored
Merge pull request #348 from arduino/normal-mode-details
Add details on back to normal mode
2 parents 26017ea + 38f9aa1 commit a43a4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn/03.programming/05.arduino-and-python/arduino-and-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ while (True):
3535

3636
As MicroPython is already running on the board, we don't need to compile and upload the code, we only need to provide the instructions (which is done via serial communication).
3737

38-
***When installing MicroPython on a board, it can only run MicroPython scripts, until we "uninstall" it. To put the board back in "normal mode" we need to reset the bootloader, which is a unique process for each board. These instructions are available in the [compatible boards](#micropython-compatible-boards) section in this article. ***
38+
***When installing MicroPython on a board, it can only run MicroPython scripts, until we "uninstall" it. To put the board back in "normal mode" we need to reset the bootloader, which is a unique process for each board. These instructions are available in the [compatible boards](#micropython-compatible-boards) section in this article. Basically, you have to put the board in bootloader mode and upload any .ino sketch. ***
3939

4040
## OpenMV Editor
4141

0 commit comments

Comments
 (0)