1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-12 18:49:08 -04:00
2019-01-29 13:37:01 +01:00

18 lines
386 B
Plaintext

menu "Example Configuration"
choice EXAMPLE_WPS_TYPE
prompt "WPS mode"
default EXAMPLE_WPS_TYPE_PBC
help
WPS type for the esp32 to use.
config EXAMPLE_WPS_TYPE_PBC
bool "PBC"
config EXAMPLE_WPS_TYPE_PIN
bool "PIN"
config EXAMPLE_WPS_TYPE_DISABLE
bool "disable"
endchoice
endmenu