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: mos.yml
+2-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@ config_schema:
22
22
- ["bt.keep_enabled", "b", false, {title: "By default, BT will be disabled once WiFi is configured and connects. Set this to true to keep BT enabled."}]
23
23
- ["bt.allow_pairing", "b", true, {title: "Allow pairing/bonding with other devices"}]
24
24
- ["bt.max_paired_devices", "i", -1, {title: "Max number of paired devices; -1 - no limit"}]
25
-
- ["bt.random_address", "b", true, {title: "Use random BT address"}]
25
+
# TODO: Random address support on NimBLE
26
+
- ["bt.random_address", "b", false, {title: "Use random BT address"}]
26
27
- ["bt.gatt_mtu", "i", 500, {title: "Local MTU setting, used when negotiating with clients"}]
0 commit comments