diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 3bc9837..ac4be35 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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