2017-08-16 19:36:00 -04:00
|
|
|
menu "Example Configuration"
|
|
|
|
|
2019-01-25 11:10:53 -05:00
|
|
|
config BLINK_GPIO
|
|
|
|
int "Blink GPIO number"
|
2021-09-21 16:43:12 -04:00
|
|
|
range 0 48
|
|
|
|
default 8 if IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32H2
|
|
|
|
default 18 if IDF_TARGET_ESP32S2
|
|
|
|
default 48 if IDF_TARGET_ESP32S3
|
2019-01-25 11:10:53 -05:00
|
|
|
default 5
|
|
|
|
help
|
2021-09-21 16:43:12 -04:00
|
|
|
GPIO number (IOxx) to blink on and off or the RMT signal for the addressable LED.
|
2019-01-25 11:10:53 -05:00
|
|
|
Some GPIOs are used for other purposes (flash connections, etc.) and cannot be used to blink.
|
2017-08-16 19:36:00 -04:00
|
|
|
|
|
|
|
endmenu
|