Merge pull request #467 from meshtastic/deprecate_nosave

Deprecate DeviceState.no_save
pull/469/head v2.3.1
Ben Meadors 2024-03-16 07:16:58 -05:00 zatwierdzone przez GitHub
commit 556e49ba61
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -54,8 +54,9 @@ message DeviceState {
/* /*
* Used only during development. * Used only during development.
* Indicates developer is testing and changes should never be saved to flash. * 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. * Some GPS receivers seem to have bogus settings from the factory, so we always do one factory reset.