2017-03-29 07:33:05 +00:00
|
|
|
menu "Example Configuration"
|
|
|
|
|
2019-01-25 16:10:53 +00:00
|
|
|
choice EXAMPLE_WPS_TYPE
|
|
|
|
prompt "WPS mode"
|
|
|
|
default EXAMPLE_WPS_TYPE_PBC
|
|
|
|
help
|
|
|
|
WPS type for the esp32 to use.
|
2017-03-29 07:33:05 +00:00
|
|
|
|
2019-01-25 16:10:53 +00:00
|
|
|
config EXAMPLE_WPS_TYPE_PBC
|
|
|
|
bool "PBC"
|
|
|
|
config EXAMPLE_WPS_TYPE_PIN
|
|
|
|
bool "PIN"
|
|
|
|
config EXAMPLE_WPS_TYPE_DISABLE
|
|
|
|
bool "disable"
|
|
|
|
endchoice
|
2017-03-29 07:33:05 +00:00
|
|
|
|
|
|
|
endmenu
|