boards/esp32s2-saola-1: Change the RMT output pin to on-board LED

This enables the on-board WS2812 addressable LED to be driven by
the RMT peripheral with the `rmt` defconfig.
This commit is contained in:
Tiago Medicci Serrano 2024-02-09 12:27:00 -03:00 committed by Xiang Xiao
parent 62a608b558
commit c5358d6365

View File

@ -61,7 +61,7 @@
# define RMT_OUTPUT_PIN 0
#else
# define RMT_INPUT_PIN 2
# define RMT_OUTPUT_PIN 4
# define RMT_OUTPUT_PIN 18
#endif
/****************************************************************************