esp32s3/rmt: Define default receiver device for the RMT peripheral

This enables using the example without needing to pass a different
argument for the receiver.
This commit is contained in:
Tiago Medicci Serrano 2024-02-09 14:43:50 -03:00 committed by Xiang Xiao
parent e49684d781
commit 1d645318cc

View File

@ -26,6 +26,7 @@ CONFIG_ESP32S3_UART0=y
CONFIG_ESP_RMT=y
CONFIG_EXAMPLES_RMTCHAR=y
CONFIG_EXAMPLES_RMTCHAR_RX=y
CONFIG_EXAMPLES_RMTCHAR_RX_DEVPATH="/dev/rmt4"
CONFIG_EXAMPLES_RMTCHAR_TX=y
CONFIG_EXAMPLES_WS2812=y
CONFIG_FS_PROCFS=y