avr: adapted README to latest changes.

This commit is contained in:
Martin Preuss
2024-09-05 03:20:42 +02:00
parent 51ba17d43f
commit a23997db39

View File

@@ -7,7 +7,7 @@ How it works
Whenever the MCU reboots the bootloader is started. The first thing it does is to send a FLASH_READY message to the bus
containing its UID (if any) as well as type and version of the currently installed firmware.
containing its UID (if any) as well as a device info block (containing manufacturer, device id and version).
If no FLASH_START message is received for the UID of the device then the bootloader tries to start the main firmware.