Releases: morcibacsi/esp32_rmt_van_rx
Releases · morcibacsi/esp32_rmt_van_rx
2.0.2
2.0.1
- 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
- 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
- Optimized CRC calculation
- Minor fix to prevent out of bounds indexing of the array in the CRC check
1.0.0
First version to be published in Arduino Library Manager.