Skip to content

Commit

Permalink
Merge pull request meshtastic#420 from meshtastic/delayed_remove
Browse files Browse the repository at this point in the history
deprecate `MeshPacket.delayed`
  • Loading branch information
thebentern authored Jan 9, 2024
2 parents 2ccf734 + 3e19c40 commit 1091250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ message MeshPacket {
/*
* Describe if this message is delayed
*/
Delayed delayed = 13;
Delayed delayed = 13 [deprecated = true];
}

/*
Expand Down Expand Up @@ -1496,4 +1496,4 @@ message DeviceMetadata {
* Has Remote Hardware enabled
*/
bool hasRemoteHardware = 10;
}
}

0 comments on commit 1091250

Please sign in to comment.