mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
Updated notes for the delayed enum
This commit is contained in:
parent
75bdff30bf
commit
ac236a1ce3
|
@ -166,6 +166,10 @@ Example Cases:
|
||||||
* * From: Ann
|
* * From: Ann
|
||||||
* * To: Bob
|
* * To: Bob
|
||||||
|
|
||||||
|
When a message is 'real time', time a message is sent is the same as the time the message was received. In the case the message is delayed, there is no timestamp available for the message.
|
||||||
|
|
||||||
|
Where the message is a delayed broadcast, the "To" is *not* a broadcast address but rather the address of the device that requested the messages to be replayed. This is to allow the message to be routed over the mesh network and not displayed in the message screen of other devices.
|
||||||
|
|
||||||
## Developer TODO
|
## Developer TODO
|
||||||
|
|
||||||
Not necessarily in this order:
|
Not necessarily in this order:
|
||||||
|
|
Loading…
Reference in a new issue