Skip to content

Commit d94fb6d

Browse files
authored
Merge pull request #180 from arduino/jhansson-ard/patch-1
Updated link to bootloader tutorial [MKC-442]
2 parents f71e1b1 + 2db5ed4 commit d94fb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/software/ide-v1/tutorials/arduino-ide-v1-basics/arduino-ide-v1-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Additional commands are found within the five menus: **File**, **Edit**, **Sketc
172172
For selecting a hardware programmer when programming a board or chip and not using the onboard USB-serial connection. Normally you won't need this, but if you're [burning a bootloader](/en/Tutorial/BuiltInExamples/ArduinoISP) to a new microcontroller, you will use this.
173173

174174
- _Burn Bootloader_
175-
The items in this menu allow you to burn a [bootloader](/en/Hacking/Bootloader) onto the microcontroller on an Arduino board. This is not required for normal use of an Arduino board but is useful if you purchase a new ATmega microcontroller (which normally come without a bootloader). Ensure that you've selected the correct board from the **Boards** menu before burning the bootloader on the target board. This command also set the right fuses.
175+
The items in this menu allow you to burn a [bootloader](/hacking/software/Bootloader) onto the microcontroller on an Arduino board. This is not required for normal use of an Arduino board but is useful if you purchase a new ATmega microcontroller (which normally come without a bootloader). Ensure that you've selected the correct board from the **Boards** menu before burning the bootloader on the target board. This command also set the right fuses.
176176

177177
### Help
178178

0 commit comments

Comments
 (0)