From 427a2cdbc8c1541f43c25100c1433fb09df4e1ef Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Tue, 29 Nov 2022 15:38:35 -0700 Subject: [PATCH] requested revisions --- docs/configuration/device-config/bluetooth.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration/device-config/bluetooth.mdx b/docs/configuration/device-config/bluetooth.mdx index 8e13e8ff..6c35a647 100644 --- a/docs/configuration/device-config/bluetooth.mdx +++ b/docs/configuration/device-config/bluetooth.mdx @@ -36,8 +36,8 @@ If your pairing mode is set to `FIXED_PIN`, the default value is 123456. For all The default pairing mode will be determined based on whether the device has or does not have a screen attached to it during the first boot (or with a stale device state) unless manually configured via the Bluetooth config options. -- **Screen Attached:** If your device boots up for the first time (or with with a stale device state), and a screen is detected, the default pairing mode will be set to `RANDOM_PIN`. Should the attached screen be removed after the device has already been booted, the default pairing mode of `RANDOM_PIN` will remain unless manually changed to `FIXED_PIN` or `NO_PIN`. It is recommended the pairing mode be updated prior to removing the attached screen. -- **No Screen Attached:** If your device boots up for the first time (or with with a stale device state), and no screen is detected, the default paring mode will be set to `FIXED_PIN` with the aforementioned default value unless manually configured to a custom value. +- **Screen Attached:** If your device boots up for the first time (or with a stale device state), and a screen is detected, the default pairing mode will be set to `RANDOM_PIN`. Should the attached screen be removed after the device has already been booted, the default pairing mode of `RANDOM_PIN` will remain unless manually changed to `FIXED_PIN` or `NO_PIN`. It is recommended the pairing mode be updated prior to removing the attached screen. +- **No Screen Attached:** If your device boots up for the first time (or with a stale device state), and no screen is detected, the default paring mode will be set to `FIXED_PIN` with the aforementioned default value unless manually configured to a custom value. ## Configure Bluetooth Config @@ -56,7 +56,7 @@ values={[ All Bluetooth config values are available on Android. 1. Open the Meshtastic App -2. Navigate to: **⋮ > Advanced Settings > Bluetooth Config** +2. Navigate to: ** Vertical Elipsis (top right) > Advanced Settings > Bluetooth Config** :::