From ed9b8c539ad4244720bac5515b2211369d84213d Mon Sep 17 00:00:00 2001 From: Wastl Kraus Date: Mon, 30 Jun 2025 08:57:26 +0200 Subject: [PATCH] Aktualisieren von README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12dc236..e690a2a 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ The calculation of the checksum is basically the same as before, but the inverte crc = (~(value ^ (value >> 4) ^ (value >> 8))) & 0x0F; ``` +...I have to rework the receiver part of the code. RX Frame encoding is weak. --- ## RMT on the ESP32