Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Jun 7, 2023
1 parent 923b197 commit 1b5dd88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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.
Expand Down

0 comments on commit 1b5dd88

Please sign in to comment.