From 1b5dd88554c876fed1e24fb1e93768d028592e96 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 7 Jun 2023 15:28:07 -0500 Subject: [PATCH] Whoops --- meshtastic/mesh.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index ac4be358..1fa0fa26 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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 */ @@ -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.