add lines before end of admonitions

This commit is contained in:
rcarteraz 2022-11-30 10:41:08 -07:00
parent 44355837a1
commit c92276433f

View file

@ -53,27 +53,33 @@ values={[
<TabItem value="android"> <TabItem value="android">
:::info :::info
All Bluetooth config options are available for Android. All Bluetooth config options are available for Android.
1. Open the Meshtastic App 1. Open the Meshtastic App
2. Navigate to: **Vertical Ellipsis (3 dots top right) > Advanced Settings > Bluetooth Config** 2. Navigate to: **Vertical Ellipsis (3 dots top right) > Advanced Settings > Bluetooth Config**
::: :::
</TabItem> </TabItem>
<TabItem value="apple"> <TabItem value="apple">
:::info :::info
All Bluetooth config values are available on iOS, iPadOS and macOS. All Bluetooth config values are available on iOS, iPadOS and macOS.
1. Open the Meshtastic App 1. Open the Meshtastic App
2. Navigate to: **Settings > Radio Configuration > Bluetooth (BLE)** 2. Navigate to: **Settings > Radio Configuration > Bluetooth (BLE)**
::: :::
</TabItem> </TabItem>
<TabItem value="cli"> <TabItem value="cli">
:::info :::info
All Bluetooth module config options are available in the python CLI. Example commands are below: All Bluetooth module config options are available in the python CLI. Example commands are below:
::: :::
| Setting | Acceptable Values | Default | | Setting | Acceptable Values | Default |
@ -95,10 +101,12 @@ meshtastic --set bluetooth.fixed_pin 111111
<TabItem value="web"> <TabItem value="web">
:::info :::info
All Bluetooth module config options are available for the Web UI. All Bluetooth module config options are available for the Web UI.
1. Open the Meshtastic Web UI. 1. Open the Meshtastic Web UI.
2. Navigate to: **Device Config > Bluetooth** 2. Navigate to: **Device Config > Bluetooth**
::: :::
</TabItem> </TabItem>