Skip to content

Commit

Permalink
deprecate MeshPacket.delayed
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekir authored Jan 9, 2024
1 parent 2ccf734 commit 3e19c40
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 3e19c40

Please sign in to comment.