mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-19 18:25:22 +02:00
13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
![]() |
menu "Example Configuration"
|
||
|
|
||
|
orsource "$IDF_PATH/examples/common_components/env_caps/$IDF_TARGET/Kconfig.env_caps"
|
||
|
|
||
|
config APP_QUIT_PIN
|
||
|
int "APP Quit button GPIO pin"
|
||
|
range ENV_GPIO_RANGE_MIN ENV_GPIO_IN_RANGE_MAX
|
||
|
default 0
|
||
|
help
|
||
|
GPIO pin number to be used as APP_QUIT button.
|
||
|
|
||
|
endmenu
|