Merge pull request #141 from andrekir/typos

mqtt uplink & downlink typo
This commit is contained in:
Sacha Weatherstone 2021-12-16 02:19:17 +10:30 committed by GitHub
commit 5f466f0c11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -64,7 +64,7 @@ meshtastic --set mqtt_server 192.168.123.234
``` ```
```bash title="Enable MQTT server to mesh" ```bash title="Enable MQTT server to mesh"
meshtastic --set is_downlink_enabled True meshtastic --ch-set uplink_enabled true --ch-set downlink_enabled true
``` ```
```bash title="View raw encoded messages using mosquitto" ```bash title="View raw encoded messages using mosquitto"

View file

@ -18,6 +18,7 @@ meshtastic --set mesh_sds_timeout_secs 4294967295
``` ```
:::note :::note
See MAXUINT from `mesh_sds_timeout_secs` below: See MAXUINT from `mesh_sds_timeout_secs` below:
:::
For a description and more information on what exactly all of these mean, please refer to [Power Management State Machine](../other/power) For a description and more information on what exactly all of these mean, please refer to [Power Management State Machine](../other/power)