mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
network updates
This commit is contained in:
parent
f19ea18213
commit
601e87e595
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue