Merge pull request #157 from mc-hamster/master

fixed typo in store forward doc
This commit is contained in:
Jm Casler 2021-12-27 10:42:57 -08:00 committed by GitHub
commit 60ccdf91d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,7 +141,7 @@ typedef enum _MeshPacket_Delayed {
} MeshPacket_Delayed;
```
* NO_DELAY - The packet was set in real time. Store and Forward had no hand in this message. This is the default case.
* NO_DELAY - The packet was sent in real time. Store and Forward had no hand in this message. This is the default case.
* DELAYED_BROADCAST - This is a delayed message. The 'to' of the packet has been directed at a named user but was previously a broadcast packet.
* DELAYED_DIRECT - This is a delayed message. The 'to' of the packet has been directed at a named user but was previously a direct packet.