[create-pull-request] automated change (#3422)

Co-authored-by: thebentern <thebentern@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-03-16 07:39:28 -05:00 committed by GitHub
parent 611f291d4d
commit 54a2a4bcc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit b2b145e3321beab1441fa59290137ab42eb38dc8
Subproject commit 556e49ba619e2f4d8fa3c2dee2a94129a43d5f08

View File

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