-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
GPS value widget does not update #4170
Comments
Has this changed between 2.9.0 and 2.9.1? As I'm wondering if #4071 is the culprit somehow. |
I don't recall noticing this in 2.9 |
I don't think that #4071 is the culprit. The value handling is for specific data types; GPS is separate. Will check out Spektrum. |
Found the problem... anything that is not a single 32bit value will not refresh by default. We need to do the same trick as in #4071 that is to populate the "value" to something that changes based on the complex datatypes (text, GPS, date_time). It did not refresh in previous versions either (2.8.5) While testing this also found that DATE_TIME is not been display correctly in the value widget (color). Fixed it too. |
Fixes refresh of GPS and DATETIME values on Value Widget (color)
Is there an existing issue for this problem?
What part of EdgeTX is the focus of this bug?
Transmitter firmware
Current Behavior
I have a value widget set to GPS telemetry, but it does not update unless I move to another screen and then back to it.
Note: This is on 2.9.1, not 2.9 as highest selectable in Version drop down.
Expected Behavior
GPS value widget should update as the data comes in.
Steps To Reproduce
Version
2.9.0
Transmitter
Radiomaster TX16S / TX16SMK2
Operating System (OS)
No response
OS Version
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: