Deprecate DeviceState.no_save

pull/467/head
Ben Meadors 2024-03-15 18:25:23 -05:00
rodzic 7e3ee8cd96
commit 77dbc9d65f
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.