We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feab5ca commit 65bf07eCopy full SHA for 65bf07e
main/Kconfig.projbuild
@@ -3,15 +3,15 @@ menu "Bluetooth Visual Speaker"
3
menu "Bluetooth Configuration"
4
config BT_NAME
5
string "Bluetooth Name"
6
- default "Bluetooth Visual Speaker"
+ default "Bluetooth Speaker"
7
8
config ENABLE_BLE_CONTROL_IF
9
bool "Enable BLE Control Interface"
10
default n
11
12
config BLE_NAME
13
string "BLE Control Interface Name"
14
- default "Bluetooth Visual Speaker BLE"
+ default "Bluetooth Speaker BLE"
15
depends on ENABLE_BLE_CONTROL_IF
16
endmenu
17
0 commit comments