From 7dc5a9c08c523a975da7ed552a90a877e4e5f2cd Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Tue, 29 Nov 2022 22:08:52 -0700 Subject: [PATCH] removed section with error to test build w/o --- .../configuration/device-config/bluetooth.mdx | 65 ------------------- 1 file changed, 65 deletions(-) diff --git a/docs/configuration/device-config/bluetooth.mdx b/docs/configuration/device-config/bluetooth.mdx index 12812c98..0b38d892 100644 --- a/docs/configuration/device-config/bluetooth.mdx +++ b/docs/configuration/device-config/bluetooth.mdx @@ -41,68 +41,3 @@ The default pairing mode will be determined based on whether the device has or d ## Configure Bluetooth Config - - - - -:::info -All Bluetooth config values are available on Android. - -1. Open the Meshtastic App -2. Navigate to: **Vertical Ellipsis (3 dots top right) > Advanced Settings > Bluetooth Config** -::: - - - - - -:::info -All Bluetooth config values are available on iOS, iPadOS and macOS. - -1. Open the Meshtastic App -2. Navigate to: **Settings > Radio Configuration > Bluetooth (BLE)** -::: - - - - - -:::info -All Bluetooth module config options are available in the python CLI. Example commands are below: -::: - -| Setting | Acceptable Values | Default | -| :-----------------------: | :-----------------: | :-----: | -| `bluetooth.enabled` | `true`, `false` | `true` | -| `bluetooth.mode` | `RANDOM_PIN`, `FIXED_PIN`, `NO_PIN` | `RANDOM_PIN` | -| `bluetooth.fixedPin` | `integer` (6 digits) | `123456` | - -```shell title="Enable/Disable Bluetooth Module" -meshtastic --set bluetooth.enabled true -meshtastic --set bluetooth.enabled false -``` - -```shell title="Set a fixed pin" -meshtastic --set bluetooth.mode FIXED_PIN -meshtastic --set bluetooth.fixed_pin 111111 -``` - - - - -:::info -All Bluetooth module config options are available for the Web UI. -1. Open the Meshtastic Web Client -2. Navigate to: **Device Config > Bluetooth** -::: - - - \ No newline at end of file