-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Raise the limit to display CRSF SNR values on OSD #9793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raise the limit to display CRSF SNR values on OSD #9793
Conversation
|
I'd change it to 30. Ratio is 1,000! There's a reason why I used those default numbers in the code. 😉 Also, the filtering should be removed. |
OptimusTi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change the max to 30.
d0d8ca6 to
3951879
Compare
Done!! |
I don't doubt it! That's why I left the defaults as they are. The whole idea was making it possible to have the SNR field permanently displayed with minimal changes to the code.
Ok, I will do this as well. |
Also done. :-) |
DzikuVx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rmaia3d This PR has the code that is not related to the change. No idea from where it got here but please resolve issues so only feature related code is included. Thanks
520c7e3 to
69ae3e6
Compare
No problem! That extra code probably sneaked itself in when the base branch was changed. I rebased my PR branch on master and it seems to have resolved. Please let me know if anything else is needed on my part. |
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
This simply raises the limit for the osd_snr_alarm setting, which controls when the SNR field (for CRSF based radio systems) is displayed on the OSD. The raised limit allows configuring the field to be constantly visible, if so desired, instead of only being visible when the SNR gets near a critical level.
Defaults are the same, so no behavior change is expected, unless the user explicitly sets the alarm threshold to a value higher than the previous limit.