mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
[create-pull-request] automated change (#3063)
Co-authored-by: thebentern <thebentern@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
674fd32349
commit
be46f9ea24
Submodule protobufs updated: 4a00cafd3e...2ccf73428d
@@ -285,10 +285,7 @@ typedef struct _meshtastic_Config_PositionConfig {
|
|||||||
or zero for the default of once every 30 seconds
|
or zero for the default of once every 30 seconds
|
||||||
or a very large value (maxint) to update only once at boot. */
|
or a very large value (maxint) to update only once at boot. */
|
||||||
uint32_t gps_update_interval;
|
uint32_t gps_update_interval;
|
||||||
/* How long should we try to get our position during each gps_update_interval attempt? (in seconds)
|
/* Deprecated in favor of using smart / regular broadcast intervals as implicit attempt time */
|
||||||
Or if zero, use the default of 30 seconds.
|
|
||||||
If we don't get a new gps fix in that time, the gps will be put into sleep until the next gps_update_rate
|
|
||||||
window. */
|
|
||||||
uint32_t gps_attempt_time;
|
uint32_t gps_attempt_time;
|
||||||
/* Bit field of boolean configuration options for POSITION messages
|
/* Bit field of boolean configuration options for POSITION messages
|
||||||
(bitwise OR of PositionFlags) */
|
(bitwise OR of PositionFlags) */
|
||||||
|
|||||||
Reference in New Issue
Block a user