[create-pull-request] automated change ()

Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
pull/6130/head^2
github-actions[bot] 2025-02-22 11:19:07 -06:00 zatwierdzone przez GitHub
rodzic cfcd9cc210
commit efca2b5849
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
3 zmienionych plików z 4 dodań i 3 usunięć
src/mesh/generated/meshtastic

@ -1 +1 @@
Subproject commit 068646653e8375fc145988026ad242a3cf70f7ab
Subproject commit e2790151f058c0e885863a15eea0b4e4edf4aaaa

Wyświetl plik

@ -122,7 +122,8 @@ typedef struct _meshtastic_DeviceState {
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. */
/* Previously used to manage GPS factory resets.
Deprecated in 2.5.23 */
bool did_gps_reset;
/* We keep the last received waypoint stored in the device flash,
so we can show it on the screen.

Wyświetl plik

@ -1775,4 +1775,4 @@ extern const pb_msgdesc_t meshtastic_ChunkedPayloadResponse_msg;
} /* extern "C" */
#endif
#endif
#endif