diff --git a/content/micropython-course/course/02.installation/installation-tools.md b/content/micropython-course/course/02.installation/installation-tools.md index 2e1de55a4f..b88de865c2 100644 --- a/content/micropython-course/course/02.installation/installation-tools.md +++ b/content/micropython-course/course/02.installation/installation-tools.md @@ -84,12 +84,6 @@ So what just happened? We just loaded a script to our board, instructing it to b 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). -## Summary - -Congratulations! You’ve completed the installation chapter of MicroPython 101. - -Having trouble? Continue to the troubleshooting section. Otherwise, move on to the [Next chapter](/micropython-course/course/python-cc). - ## Troubleshooting Got stuck? Here are a few common issues you may run into and tips on how to move forward. @@ -106,3 +100,10 @@ Go back to step 3 in the [Step by Step](#step-by-step) section, and make sure th If you cannot connect to your board in the code editor, make sure you're selecting the right port. 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. + + +## Summary + +Congratulations! You’ve completed the installation chapter of MicroPython 101. + +Having trouble? Continue to the troubleshooting section. Otherwise, move on to the [Next chapter](/micropython-course/course/python-cc). \ No newline at end of file