mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
specify ID format for windows CLI
This commit is contained in:
parent
0a5edc7fce
commit
b4668786b6
|
@ -87,7 +87,7 @@ Connected to radio
|
|||
```
|
||||
|
||||
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).
|
||||
The --dest argument value must be in single quotes for linux/mac '!28979058', no quotes for Windows !28979058.
|
||||
|
||||
```shell title="Expected output"
|
||||
$ meshtastic --dest '!28979058' --set-owner "Im Remote"
|
||||
|
|
Loading…
Reference in a new issue