Files
刘可亮 3e10f578d3 v1.2.2
2025-10-21 13:59:50 +08:00

26 lines
745 B
Plaintext

#-----------------------------
# txw901 wlan devices local parameter
#-----------------------------
# wlan0 parameter
menu "Wlan0 Parameter"
config HUGEIC_TXW901_PWR_GPIO
string "txw901 power on gpio"
default "PD.17"
choice
prompt "txw901 BLE provisioning"
default TXW901_MANUAL_PROV_MODE
config TXW901_MANUAL_PROV_MODE
bool "select manual provisioning mode"
config TXW901_BLE_BROADCAST_PROV_MODE
bool "select BLE broadcast provisioning mode"
config TXW901_BLE_CONNECT_PROV_MODE
bool "select BLE connect provisioning mode"
endchoice
config HUGEIC_TXW901_DEBUG_LOG
bool "enable txw901 debug messages"
default y
endmenu