Skip to content

Conversation

@jp-bennett
Copy link
Collaborator

No description provided.

@jp-bennett jp-bennett added the bugfix Pull request that fixes bugs label Dec 22, 2025

if (lastGpsSend == 0 || msSinceLastSend >= intervalMs) {
if (waitingForFreshPosition) {
if (waitingForFreshPosition && !Throttle::isWithinTimespanMs(lastWarn, ONE_MINUTE_MS)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would you prefer to do this throttling, or just not have the log? I'd lean toward the latter since this is a log for a noop and we have adequate logging for position update ops.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Marking as approved anyway, support either decision :)

@thebentern
Copy link
Contributor

I've got this one flagged as GPS verbose guarded one upstream

@jp-bennett jp-bennett closed this Dec 28, 2025
@jp-bennett jp-bennett deleted the gps-shush branch December 28, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Pull request that fixes bugs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants