mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Firmware
This commit is contained in:
parent
4c8ba0697c
commit
923b197d1f
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue