Skip to content

Commit d55f7fe

Browse files
authored
Merge pull request #1285 from arduino/karlsoderby/mp101-update-install-page
[MP-101] Installation Instr. Update
2 parents 39e47ec + 555dda7 commit d55f7fe

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

content/micropython-course/course/02.installation/installation-tools.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ So what just happened? We just loaded a script to our board, instructing it to b
8484

8585
If you ever want to return your board to program it with the Arduino IDE, you need to put it in bootloader mode. You can read about what this means and how to do it in the [Nano ESP32 Cheat sheet](https://docs.arduino.cc/tutorials/nano-esp32/cheat-sheet#arduino-bootloader-mode).
8686

87-
## Summary
88-
89-
Congratulations! You’ve completed the installation chapter of MicroPython 101.
90-
91-
Having trouble? Continue to the troubleshooting section. Otherwise, move on to the [Next chapter](/micropython-course/course/python-cc).
92-
9387
## Troubleshooting
9488
Got stuck? Here are a few common issues you may run into and tips on how to move forward.
9589

@@ -106,3 +100,10 @@ Go back to step 3 in the [Step by Step](#step-by-step) section, and make sure th
106100
If you cannot connect to your board in the code editor, make sure you're selecting the right port.
107101

108102
You can try **disconnecting** any other serial device such as other arduino boards from your computer, to make sure that only one device appears in the list.
103+
104+
105+
## Summary
106+
107+
Congratulations! You’ve completed the installation chapter of MicroPython 101.
108+
109+
Having trouble? Continue to the troubleshooting section. Otherwise, move on to the [Next chapter](/micropython-course/course/python-cc).

0 commit comments

Comments
 (0)