Skip to content

Commit

Permalink
Merge pull request #419 from meshtastic/deprecate-attempt-time
Browse files Browse the repository at this point in the history
Deprecate GPS attempt time
  • Loading branch information
thebentern authored Jan 6, 2024
2 parents 4a00caf + 3f25787 commit 2ccf734
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,9 @@ message Config {
uint32 gps_update_interval = 5;

/*
* How long should we try to get our position during each gps_update_interval attempt? (in seconds)
* 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.
* Deprecated in favor of using smart / regular broadcast intervals as implicit attempt time
*/
uint32 gps_attempt_time = 6;
uint32 gps_attempt_time = 6 [deprecated = true];

/*
* Bit field of boolean configuration options for POSITION messages
Expand Down Expand Up @@ -917,4 +914,4 @@ message Config {
LoRaConfig lora = 6;
BluetoothConfig bluetooth = 7;
}
}
}

0 comments on commit 2ccf734

Please sign in to comment.