You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/config.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -104,15 +104,15 @@
104
104
"values": {
105
105
"advertise": {
106
106
"typ": "boolean",
107
-
"description": "BLE advertising"
107
+
"description": "BLE advertising. This also includes BLE/GATT server for companion app."
108
108
},
109
109
"dongle_mode": {
110
110
"typ": "boolean",
111
111
"description": "Dongle mode"
112
112
},
113
113
"btalias": {
114
114
"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`"
0 commit comments