revert 1.2 page

This commit is contained in:
Garth Vander Houwen 2022-08-31 20:20:00 -07:00
parent ef7ed02877
commit bb5b02db32

View file

@ -8,7 +8,7 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'; import TabItem from '@theme/TabItem';
:::note :::note
This is still under development, use at your own risk. Report any bugs you see by creating an issue on the [meshtastic/Meshtastic-device](https://github.com/meshtastic/Meshtastic-device) repository. This is still under development, use at your own risk. Report any bugs you see by creating an issue on the [meshtastic/Meshtastic-device](https://github.com/meshtastic/Meshtastic-device) repository or comment on our forum.
::: :::
:::caution :::caution
@ -25,11 +25,13 @@ Be sure to checkout this [MQTT](/docs/software/other/mqtt) too.
| Setting | Acceptable Values | Default | | Setting | Acceptable Values | Default |
| :---------------------: | :---------------: | :-----: | | :---------------------: | :---------------: | :-----: |
| mqtt.enabled | `true`, `false` | `false` | | downlink_enabled | `true`, `false` | `false` |
| mqtt.encryption_enabled | `true`, `false` | `false` | | mqtt_disabled | `true`, `false` | `false` |
| mqtt.password | `string` | `""` | | mqtt_encryption_enabled | `true`, `false` | `false` |
| mqtt.server | `string` | `""` | | mqtt_password | `string` | `""` |
| mqtt_server | `string` | `""` |
| mqtt_username | `string` | `""` | | mqtt_username | `string` | `""` |
| uplink_enabled | `true`, `false` | `false` |
### downlink_enabled ### downlink_enabled
@ -465,4 +467,4 @@ Configuring this setting is not yet available for the selected platform. If this
::: :::
</TabItem> </TabItem>
</Tabs> </Tabs>