Skip to content

Commit 2d651f8

Browse files
authored
Update README.md
1 parent fb9168d commit 2d651f8

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
@@ -16,7 +16,7 @@ Think of it as the gatekeeper between power-on and your actual program. This sep
1616

1717
## Why Do We Need Bootloaders?
1818

19-
Imagine you've deployed hundreds of devices in the field and discover a bug in your firmware. Without a bootloader, you'd need to physically retrieve each device and reprogram it with a dedicated programmer (like an ISP programmer). With a bootloader, you can update the firmware remotely over UART, SPI, I2C, or even wirelessly!
19+
Imagine you've deployed hundreds of devices in the field and discover a bug in your firmware. Without a bootloader, you'd need to physically retrieve each device and reprogram it with a dedicated programmer (like an ISP programmer). With a bootloader, you can update the firmware remotely over UART, SPI, I2C, USB, etc. or even wirelessly!
2020

2121

2222
## How Does an AVR Bootloader Work?

0 commit comments

Comments
 (0)