-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
🐞 [Bug]: nodes UIs always shows “signal good” when RSSI value is unknown (indicated by 0) #930
Comments
Rssi is included in the snr and only tells us if there is noise, not sure what this would do |
I think something might still be wrong in how we display this. I'm pretty sure our code assumes RSSI is always present, but a value of This RSSI of See these two nodes:
The node 2 has better SNR, but it's still showing up as a worse link than node 1. |
Yup, it looks like our code assumes that RSSI will always be available. (which isn't the case)
I'm going to update this logic to ignore |
Per the discord #firmware channel
|
Firmware Version
2.5.*
What did you do?
View nodes list page
Expected Behavior
It should show unknown or some other indicator if the data is missing. Ideally hiding the value when zero.
Current Behavior
UI shows 0 and “good” signal when only SNR is present.
Participation
Additional comments
I don’t have a lot of context on this could use help defining more clear behavior when data is missing.
The text was updated successfully, but these errors were encountered: