Skip to content

Improve warning#121

Closed
PastorL69 wants to merge 15 commits intoPPUC:mainfrom
PastorL69:improve_warning
Closed

Improve warning#121
PastorL69 wants to merge 15 commits intoPPUC:mainfrom
PastorL69:improve_warning

Conversation

@PastorL69
Copy link
Copy Markdown
Member

No description provided.

Comment thread src/main.cpp
} else if (warningCheck == 0 && spiStartMs != 0) {
if ((millis() - spiStartMs) >= kDmdreaderMaxDataTimeoutMs) {
warningCheck = 1;
if (warningCount < 2) DrawDmdreaderNoDataWarning();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I don't understand the check for <2

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Sometimes a frame still comes through in a random mask which testing has shown, so if one frame still comes through it ignores it.

Comment thread src/main.cpp Outdated
@PastorL69
Copy link
Copy Markdown
Member Author

closed due to removal of functionality.

@PastorL69 PastorL69 closed this Jan 28, 2026
@PastorL69 PastorL69 deleted the improve_warning branch April 2, 2026 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants