network updates

This commit is contained in:
Garth Vander Houwen 2022-09-30 09:58:28 -07:00
parent f19ea18213
commit 601e87e595
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ All bluetooth module config options are available in the python CLI. Example com
```shell title="Enable/Disable Bluetooth Module"
meshtastic --set bluetooth.enabled true
meshtastic --set mqtt.enabled false
meshtastic --set bluetooth.enabled false
```
```shell title="Set a fixed pin"

View file

@ -159,7 +159,7 @@ Include each flag desired separated by a single space.
:::
```shell title="Set / Unset Position Flags"
meshtastic --pos-fields ALTITUDE POS_ALTITUDE_MSL
meshtastic --pos-fields ALTITUDE ALTITUDE_MSL
meshtastic --pos-fields UNSET
```