mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
deprecate MeshPacket.delayed
This commit is contained in:
parent
2ccf73428d
commit
3e19c405b7
1 changed files with 2 additions and 2 deletions
|
|
@ -959,7 +959,7 @@ message MeshPacket {
|
|||
/*
|
||||
* Describe if this message is delayed
|
||||
*/
|
||||
Delayed delayed = 13;
|
||||
Delayed delayed = 13 [deprecated = true];
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -1496,4 +1496,4 @@ message DeviceMetadata {
|
|||
* Has Remote Hardware enabled
|
||||
*/
|
||||
bool hasRemoteHardware = 10;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue