mqtt uplink & downlink typo

& power.md bad note syntax
This commit is contained in:
andrekir 2021-12-15 09:29:36 -03:00
parent 406c92cc60
commit 0254bcf680
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"
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"

View file

@ -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)