[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
2 changed files with 3 additions and 2 deletions

View File

@@ -141,7 +141,8 @@ typedef struct _meshtastic_DeviceState {
NodeDB.cpp in the device code. */ NodeDB.cpp in the device code. */
uint32_t version; uint32_t version;
/* 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; bool no_save;
/* 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. */
bool did_gps_reset; bool did_gps_reset;