mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-25 05:34:11 -08:00
mqtt uplink & downlink typo
& power.md bad note syntax
This commit is contained in:
parent
406c92cc60
commit
0254bcf680
|
@ -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