From 77dbc9d65fb64e495c280f1ed6af2d6445dcde18 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 15 Mar 2024 18:25:23 -0500 Subject: [PATCH] Deprecate DeviceState.no_save --- meshtastic/deviceonly.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meshtastic/deviceonly.proto b/meshtastic/deviceonly.proto index 169df1c..decd244 100644 --- a/meshtastic/deviceonly.proto +++ b/meshtastic/deviceonly.proto @@ -54,8 +54,9 @@ message DeviceState { /* * Used only during development. * Indicates developer is testing and changes should never be saved to flash. + * Deprecated in 2.3.1 */ - bool no_save = 9; + bool no_save = 9 [deprecated = true]; /* * Some GPS receivers seem to have bogus settings from the factory, so we always do one factory reset.