File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ config BT_SPP_SERVER_NAME
1919 depends on ENABLE_OTA_OVER_SPP
2020 help
2121 Bluetooth SPP server name.
22+
23+ config ENABLE_BLE_CONTROL_IF
24+ bool "Enable BLE Control Interface"
25+ default y
26+ help
27+ Select this to enable BLE Control Interface.
2228endmenu
2329
2430menu "Audio Configuration"
@@ -49,7 +55,6 @@ config AUDIO_OUTPUT_I2S_NUM
4955choice AUDIO_INPUT
5056 prompt "Audio Input"
5157 default AUDIO_INPUT_NONE
52- depends on ENABLE_VFX
5358 help
5459 Select Audio Input Interface.
5560
@@ -127,13 +132,6 @@ config ENABLE_VFX
127132 help
128133 Select this to enable Visual Effects Output.
129134
130- config ENABLE_BLE_CONTROL_IF
131- bool "Enable BLE Control Interface"
132- default y
133- depends on ENABLE_VFX
134- help
135- Select this to enable BLE Control Interface.
136-
137135choice VFX_OUTPUT
138136 prompt "VFX Output Device"
139137 default VFX_OUTPUT_ST7789
You can’t perform that action at this time.
0 commit comments