mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
changed dest argument quotes/no quotes to info box
This commit is contained in:
parent
3fa420f7c8
commit
6abb0f2917
|
@ -100,8 +100,9 @@ Connected to radio
|
||||||
```
|
```
|
||||||
|
|
||||||
Using the node ID from that list, send a message through the mesh telling that node to change its owner name.
|
Using the node ID from that list, send a message through the mesh telling that node to change its owner name.
|
||||||
The --dest argument value must be in single quotes for linux/mac '!28979058', no quotes for Windows !28979058.
|
:::info
|
||||||
|
The --dest argument value must be in single quotes for linux/mac: '!28979058', no quotes for Windows: !28979058.
|
||||||
|
:::
|
||||||
```shell title="Command"
|
```shell title="Command"
|
||||||
meshtastic --dest '!28979058' --set-owner "Im Remote"
|
meshtastic --dest '!28979058' --set-owner "Im Remote"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue