mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-05 19:19:18 +00:00
spelling: s/is/to/
This commit is contained in:
parent
47871c6878
commit
08c82b53b7
@ -31,7 +31,7 @@ More background on these commands can be found in the
|
|||||||
## router_fuzzer.cpp
|
## router_fuzzer.cpp
|
||||||
|
|
||||||
This fuzzer submits MeshPacket protos to the `Router::enqueueReceivedMessage` method. It takes the binary
|
This fuzzer submits MeshPacket protos to the `Router::enqueueReceivedMessage` method. It takes the binary
|
||||||
data from the fuzzer and decodes that data is a MeshPacket using nanopb. A few fields in
|
data from the fuzzer and decodes that data to a MeshPacket using nanopb. A few fields in
|
||||||
the MeshPacket are modified by the fuzzer.
|
the MeshPacket are modified by the fuzzer.
|
||||||
|
|
||||||
- If the `to` field is 0, it will be replaced with the NodeID of the running node.
|
- If the `to` field is 0, it will be replaced with the NodeID of the running node.
|
||||||
|
Loading…
Reference in New Issue
Block a user