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