Skip to content

Commit 9556589

Browse files
authored
Merge pull request #240 from cvasqxz/master
Better explanation for uploading sketches
2 parents 27d02dd + cb5b1fc commit 9556589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Ok, so you're downloaded and installed MiniCore, but how to get started? Here's
185185
* Hit **Burn Bootloader**. If an LED is connected to pin PB5 (Arduino pin 13), it should flash twice every second.
186186
* Now that the correct fuse settings is sat and the bootloader burnt, you can upload your code in two ways:
187187
- Disconnect your programmer tool, and connect a USB to serial adapter to the microcontroller, like shown in the [minimal setup circuit](#minimal-setup). Then select the correct serial port under the **Tools** menu, and click the **Upload** button. If you're getting some kind of timeout error, it means your RX and TX pins are swapped, or your auto reset circuity isn't working properly (the 100 nF capacitor on the reset line).
188-
- Keep your programmer connected, and hold down the `shift` button while clicking **Upload**. This will erase the bootloader and upload your code using the programmer tool.
188+
- Use the option **Sketch > Upload Using Programmer**, this will erase the bootloader and upload your code using the programmer tool.
189189
190190
Your code should now be running on your microcontroller! If you experience any issues related to bootloader burning or serial uploading, please use *[this forum post](https://forum.arduino.cc/index.php?topic=412070.0)* or create an issue on Github.
191191

0 commit comments

Comments
 (0)