Skip to content

Commit 2d702b4

Browse files
authored
Merge pull request #230 from hayden-t/patch-1
Fix typo in README.md
2 parents 18d2ac7 + 5c3fd57 commit 2d702b4

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
@@ -80,7 +80,7 @@ You might experience upload issues when using the internal oscillator. It's fact
8080

8181
## Bootloader option
8282
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.
83-
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.
83+
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.
8484

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

0 commit comments

Comments
 (0)