Skip to content

Commit e279015

Browse files
authored
Merge pull request #651 from meshtastic/fifieldt-patch-1
Deprecate did_gps_reset
2 parents 0686466 + ff6fce9 commit e279015

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

meshtastic/deviceonly.proto

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,10 @@ message DeviceState {
205205
bool no_save = 9 [deprecated = true];
206206

207207
/*
208-
* Some GPS receivers seem to have bogus settings from the factory, so we always do one factory reset.
208+
* Previously used to manage GPS factory resets.
209+
* Deprecated in 2.5.23
209210
*/
210-
bool did_gps_reset = 11;
211+
bool did_gps_reset = 11 [deprecated = true];
211212

212213
/*
213214
* We keep the last received waypoint stored in the device flash,
@@ -242,4 +243,4 @@ message ChannelFile {
242243
* NodeDB.cpp in the device code.
243244
*/
244245
uint32 version = 2;
245-
}
246+
}

0 commit comments

Comments
 (0)