Skip to content

Commit 65bf07e

Browse files
committed
kconfig: update defaults
1 parent feab5ca commit 65bf07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/Kconfig.projbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ menu "Bluetooth Visual Speaker"
33
menu "Bluetooth Configuration"
44
config BT_NAME
55
string "Bluetooth Name"
6-
default "Bluetooth Visual Speaker"
6+
default "Bluetooth Speaker"
77

88
config ENABLE_BLE_CONTROL_IF
99
bool "Enable BLE Control Interface"
1010
default n
1111

1212
config BLE_NAME
1313
string "BLE Control Interface Name"
14-
default "Bluetooth Visual Speaker BLE"
14+
default "Bluetooth Speaker BLE"
1515
depends on ENABLE_BLE_CONTROL_IF
1616
endmenu
1717

0 commit comments

Comments
 (0)