mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-20 01:45:55 +08:00
添加智能灯固件代码
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user