We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0686466 commit ff6fce9Copy full SHA for ff6fce9
meshtastic/deviceonly.proto
@@ -205,9 +205,10 @@ message DeviceState {
205
bool no_save = 9 [deprecated = true];
206
207
/*
208
- * Some GPS receivers seem to have bogus settings from the factory, so we always do one factory reset.
+ * Previously used to manage GPS factory resets.
209
+ * Deprecated in 2.5.23
210
*/
- bool did_gps_reset = 11;
211
+ bool did_gps_reset = 11 [deprecated = true];
212
213
214
* We keep the last received waypoint stored in the device flash,
@@ -242,4 +243,4 @@ message ChannelFile {
242
243
* NodeDB.cpp in the device code.
244
245
uint32 version = 2;
-}
246
+}
0 commit comments