fix/remove-inaccurate-note (#336)

* fix/remove-inaccurate-note: removed note stating that exclamation point preceding node ID must be escaped

* Update .gitignore

Co-authored-by: Andrew Moroz <andrew@cashortrade.org>
Co-authored-by: Sacha Weatherstone <sachaw100@hotmail.com>
This commit is contained in:
andrew-moroz 2022-05-11 18:11:03 -04:00 committed by GitHub
parent 8f85193b6b
commit 176a3a5aee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 9 deletions

2
.gitignore vendored
View file

@ -4,4 +4,4 @@ node_modules/
build
.vercel
.DS_Store
.env
.env

View file

@ -89,19 +89,12 @@ Connected to radio
Using the node ID from that list, send a message through the mesh telling that node to change its owner name.
```shell title="Expected output"
$ meshtastic --dest \!28979058 --set-owner "Im Remote"
$ meshtastic --dest '!28979058' --set-owner "Im Remote"
Connected to radio
Setting device owner to Im Remote
INFO:root:Requesting configuration from remote node (this could take a while)
```
:::note
You will need to escape the `!` using `\!` otherwise the command will fail.
:::
:::note
The above note needs clarification. Currently, you refer to other nodes with `!########`. No backslashes are used.
:::
And you can now confirm via the local node that the remote node has changed:
```shell title="Expected output"