nodemcu / nodemcu-firmware

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

Consider RMT channel limitations at allocation time. #3481

Closed docbacardi closed 2 years ago

docbacardi commented 2 years ago

The ESP32-C3 is limited to TX on channel 0-1 and RX on channel 2-3.

Fixes #3480 .

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

docbacardi commented 2 years ago

Back at work. :) I agree, an enum makes it a lot easier. Lucky me found something ready-made in the SDK.