Skip to content

Commit

Permalink
Merge branch 'master' into three-minute-min
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern authored Mar 16, 2024
2 parents 21267b3 + 54a2a4b commit b04beaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protobufs
3 changes: 2 additions & 1 deletion src/mesh/generated/meshtastic/deviceonly.pb.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ typedef struct _meshtastic_DeviceState {
NodeDB.cpp in the device code. */
uint32_t version;
/* 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;
/* Some GPS receivers seem to have bogus settings from the factory, so we always do one factory reset. */
bool did_gps_reset;
Expand Down

0 comments on commit b04beaa

Please sign in to comment.