From 97138bcbe071c342fa6cd060570200ec39021538 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sun, 20 Oct 2024 18:49:53 +0200 Subject: [PATCH] avr: fixed a typo. --- avr/modules/com2/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/modules/com2/README b/avr/modules/com2/README index 5505a4a..1d670bb 100644 --- a/avr/modules/com2/README +++ b/avr/modules/com2/README @@ -37,7 +37,7 @@ Protocol ======== The protocol is simple to reduce overhead and to keep the code size inside the mcu nodes small. -There is no generic request-reply protocol. Messages a not repeated on the lowlevel layer. However, +There is no generic request-reply protocol. Messages are not repeated on the lowlevel layer. However, if a message can't be transmitted it might get retried later by the sending node (e.g. when reporting sensor data). Also, some operations consist of a request and a reply, but that's on a higher level (e.g. remotely setting a specific value in a node). The maximum size of a message is 24 bytes (max. 21 bytes payload).