mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Whoops
This commit is contained in:
parent
923b197d1f
commit
1b5dd88554
1 changed files with 3 additions and 2 deletions
|
|
@ -1056,7 +1056,7 @@ message MyNodeInfo {
|
|||
uint32 my_node_num = 1;
|
||||
|
||||
/*
|
||||
* Deprecated in 2.1.x
|
||||
* Deprecated in 2.1.x (Source from device_metadata)
|
||||
* Note: This flag merely means we detected a hardware GPS in our node.
|
||||
* Not the same as UserPreferences.location_sharing
|
||||
*/
|
||||
|
|
@ -1069,9 +1069,10 @@ message MyNodeInfo {
|
|||
uint32 max_channels = 3 [deprecated = true];
|
||||
|
||||
/*
|
||||
* Deprecated in 2.1.x (Source from device_metadata)
|
||||
* 0.0.5 etc...
|
||||
*/
|
||||
string firmware_version = 4;
|
||||
string firmware_version = 4 [deprecated = true];
|
||||
|
||||
/*
|
||||
* An error message we'd like to report back to the mothership through analytics.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue