mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 22:19:46 -08:00
Fix python command reference
This commit is contained in:
parent
945f04e207
commit
faa73abf75
|
@ -104,11 +104,11 @@ meshtastic --set serial.mode PROTO
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell title="Set RXD to GPIO pin number 7"
|
```shell title="Set RXD to GPIO pin number 7"
|
||||||
meshtastic --set serial_module_rxd 7
|
meshtastic --set seria.rxd 7
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell title="Set TXD to GPIO pin number 28"
|
```shell title="Set TXD to GPIO pin number 28"
|
||||||
meshtastic --set serial_module_txd 28
|
meshtastic --set serial.txd 28
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell title="Set Baud Rate"
|
```shell title="Set Baud Rate"
|
||||||
|
|
Loading…
Reference in a new issue