mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-25 21:54:20 -08:00
Merge pull request #141 from andrekir/typos
mqtt uplink & downlink typo
This commit is contained in:
commit
5f466f0c11
|
@ -64,7 +64,7 @@ meshtastic --set mqtt_server 192.168.123.234
|
|||
```
|
||||
|
||||
```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"
|
||||
|
|
|
@ -18,6 +18,7 @@ meshtastic --set mesh_sds_timeout_secs 4294967295
|
|||
```
|
||||
:::note
|
||||
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue