Skip to content

Commit

Permalink
Merge pull request #467 from meshtastic/deprecate_nosave
Browse files Browse the repository at this point in the history
Deprecate DeviceState.no_save
  • Loading branch information
thebentern authored Mar 16, 2024
2 parents b2b145e + 77dbc9d commit 556e49b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meshtastic/deviceonly.proto
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ message DeviceState {
/*
* Used only during development.
* 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.
Expand Down

0 comments on commit 556e49b

Please sign in to comment.