Skip to content

Commit efca2b5

Browse files
[create-pull-request] automated change (#6122)
Co-authored-by: thebentern <[email protected]>
1 parent cfcd9cc commit efca2b5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

protobufs

src/mesh/generated/meshtastic/deviceonly.pb.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ typedef struct _meshtastic_DeviceState {
122122
Indicates developer is testing and changes should never be saved to flash.
123123
Deprecated in 2.3.1 */
124124
bool no_save;
125-
/* Some GPS receivers seem to have bogus settings from the factory, so we always do one factory reset. */
125+
/* Previously used to manage GPS factory resets.
126+
Deprecated in 2.5.23 */
126127
bool did_gps_reset;
127128
/* We keep the last received waypoint stored in the device flash,
128129
so we can show it on the screen.

src/mesh/generated/meshtastic/mesh.pb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1775,4 +1775,4 @@ extern const pb_msgdesc_t meshtastic_ChunkedPayloadResponse_msg;
17751775
} /* extern "C" */
17761776
#endif
17771777

1778-
#endif
1778+
#endif

0 commit comments

Comments
 (0)