mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #651 from meshtastic/fifieldt-patch-1
Deprecate did_gps_reset
This commit is contained in:
commit
e2790151f0
1 changed files with 4 additions and 3 deletions
|
|
@ -205,9 +205,10 @@ message DeviceState {
|
|||
bool no_save = 9 [deprecated = true];
|
||||
|
||||
/*
|
||||
* 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.
|
||||
* Deprecated in 2.5.23
|
||||
*/
|
||||
bool did_gps_reset = 11;
|
||||
bool did_gps_reset = 11 [deprecated = true];
|
||||
|
||||
/*
|
||||
* We keep the last received waypoint stored in the device flash,
|
||||
|
|
@ -242,4 +243,4 @@ message ChannelFile {
|
|||
* NodeDB.cpp in the device code.
|
||||
*/
|
||||
uint32 version = 2;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue