Skip to content

Commit

Permalink
"Delayed" is no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
erayd committed Dec 9, 2024
1 parent fae07e0 commit 100a868
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1117,11 +1117,6 @@ message MeshPacket {
* The message is delayed and was originally a direct message
*/
DELAYED_DIRECT = 2;

/*
* The rebroadcast of this message is delayed because another node was heard rebroadcasting it.
*/
DELAYED_REBROADCAST = 3;
}

/*
Expand Down Expand Up @@ -1230,7 +1225,7 @@ message MeshPacket {
/*
* Describe if this message is delayed
*/
Delayed delayed = 13;
Delayed delayed = 13 [deprecated = true];

/*
* Describes whether this packet passed via MQTT somewhere along the path it currently took.
Expand Down

0 comments on commit 100a868

Please sign in to comment.