Skip to content

Commit 99d101b

Browse files
committed
config.json: enhance descriptions
1 parent 410db26 commit 99d101b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@
104104
"values": {
105105
"advertise": {
106106
"typ": "boolean",
107-
"description": "BLE advertising"
107+
"description": "BLE advertising. This also includes BLE/GATT server for companion app."
108108
},
109109
"dongle_mode": {
110110
"typ": "boolean",
111111
"description": "Dongle mode"
112112
},
113113
"btalias": {
114114
"typ": "string",
115-
"description": "BLE device name (how your bluetooth device is visible)\nby default it is `aa-proxy-CPUSERIAL`\nfor dongle mode you need to set it to: `AndroidAuto-xxxxx`"
115+
"description": "Bluetooth device name/alias (how your bluetooth device is visible)\nby default it is `aa-proxy-CPUSERIAL`\nfor dongle mode you need to set it to: `AndroidAuto-xxxxx`"
116116
},
117117
"connect": {
118118
"typ": "string",

0 commit comments

Comments
 (0)