From fa9419034554b698f41fee2e376f0d2b0c007e11 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sat, 12 Jul 2025 00:22:18 +0200 Subject: [PATCH] fixed message description for FLASH_DATA. --- avr/modules/comproto/MESSAGES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/avr/modules/comproto/MESSAGES b/avr/modules/comproto/MESSAGES index 1f1b0dd..fe9f3e6 100644 --- a/avr/modules/comproto/MESSAGES +++ b/avr/modules/comproto/MESSAGES @@ -306,10 +306,10 @@ Offset Length Meaning 2 1 command code 3 1 source address --------------------------------------------------------- - 4 2 msg id/ref msg id - 6 n data bytes + 4 4 ROM address + 8 n data bytes --------------------------------------------------------- - 6+n 1 CRC8 byte + 8+n 1 CRC8 byte