Deprecate did_gps_reset

Removed in:

https://github.com/meshtastic/firmware/pull/6116
pull/651/head
Tom Fifield 2025-02-22 18:05:58 +08:00 zatwierdzone przez GitHub
rodzic 068646653e
commit ff6fce923a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -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;
}
}