Files
ESP8266_RTOS_SDK/examples/wifi/wps/main/Kconfig.projbuild
2018-09-12 11:28:41 +08:00

18 lines
309 B
Plaintext

menu "Example Configuration"
choice EXAMPLE_WPS_TYPE
prompt "WPS mode"
default EXAMPLE_WPS_TYPE_PBC
help
WPS type for the esp8266 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