mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Deprecate min_app_version
This commit is contained in:
parent
b04abada37
commit
4531dd779d
1 changed files with 1 additions and 1 deletions
|
|
@ -1117,7 +1117,7 @@ message MyNodeInfo {
|
|||
* The minimum app version that can talk to this device.
|
||||
* Phone/PC apps should compare this to their build number and if too low tell the user they must update their app
|
||||
*/
|
||||
uint32 min_app_version = 11;
|
||||
uint32 min_app_version = 11 [deprecated = true];
|
||||
|
||||
/*
|
||||
* 24 time windows of 1hr each with the airtime transmitted out of the device per hour.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue