Skip to content

Releases: morcibacsi/esp32_rmt_van_rx

2.0.1

23 Jan 22:16
Compare
Choose a tag to compare
  • Added default value for the flags parameter of the rmt_config. Without this parameter with certain Arduino versions the reader simply didn't work.

2.0.0

17 Dec 18:36
Compare
Choose a tag to compare
  • Rewritten in C++ to simplify code
  • Support multiple buses at the same time (you must instantiate the library multiple times)
  • Dropped ESP-IDF support (you can still use v1.0.1 version for that)

1.0.1

17 Dec 18:14
Compare
Choose a tag to compare
  • Optimized CRC calculation
  • Minor fix to prevent out of bounds indexing of the array in the CRC check

1.0.0

13 May 16:23
Compare
Choose a tag to compare

First version to be published in Arduino Library Manager.