From 923b197d1f64d85adb497df0f91f8ed4c85aa5d2 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 7 Jun 2023 15:27:59 -0500 Subject: [PATCH] Firmware --- meshtastic/mesh.proto | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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