nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32
https://nodemcu.readthedocs.io
MIT License
7.62k stars 3.12k forks source link

Add support for using multiple memory slots in rmt setup #3568

Closed pjsg closed 5 months ago

pjsg commented 1 year ago

Fixes #3567 .

Make sure all boxes are checked (add x inside the brackets) when you submit your contribution, remove this sentence before doing so.

I added the slots parameter to configure the amount of memory that is used by the sender or receiver. This can be up to 8 on the regular ESP32, but is smaller on other platform. An error will be thrown if the request cannot be honored.