This commit is contained in:
Ben Meadors 2023-06-07 15:27:59 -05:00
parent 4c8ba0697c
commit 923b197d1f

View file

@ -1056,10 +1056,11 @@ message MyNodeInfo {
uint32 my_node_num = 1;
/*
* Deprecated in 2.1.x
* Note: This flag merely means we detected a hardware GPS in our node.
* Not the same as UserPreferences.location_sharing
*/
bool has_gps = 2;
bool has_gps = 2 [deprecated = true];
/*
* Deprecated in 2.1.x
@ -1100,9 +1101,10 @@ message MyNodeInfo {
uint32 reboot_count = 8;
/*
* Deprecated in 2.1.x
* Calculated bitrate of the current channel (in Bytes Per Second)
*/
float bitrate = 9;
float bitrate = 9 [deprecated = true];
/*
* Deprecated in 2.1.x