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:
parent
e49684d781
commit
1d645318cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user