Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Unline -> Unlike
  • Loading branch information
hayden-t authored Aug 14, 2022
1 parent 18d2ac7 commit 5c3fd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ You might experience upload issues when using the internal oscillator. It's fact

## Bootloader option
MiniCore lets you select which serial port you want to use for uploading. UART0 is the default port for all targets, but ATmega328PB can also use UART1.
If your application doesn't need or require a bootloader for uploading code you can also choose to disable this by selecting *No bootloader*. This frees 512 bytes of flash memory. Unline official Arduino AVR boards, the bootloader isn't automatically removed when you upload using a programmer. You'll have to select *No bootloader* hit "upload" or the "burn bootloader" for this to happen.
If your application doesn't need or require a bootloader for uploading code you can also choose to disable this by selecting *No bootloader*. This frees 512 bytes of flash memory. Unlike official Arduino AVR boards, the bootloader isn't automatically removed when you upload using a programmer. You'll have to select *No bootloader* hit "upload" or the "burn bootloader" for this to happen.

Note that you have need to connect a programmer and hit **Burn bootloader** if you want to change any of the *Upload port settings*.

Expand Down

0 comments on commit 5c3fd57

Please sign in to comment.