-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 text ui: added cadence, temp, grade and units #1461
Conversation
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.
You should only include these new options based on the MLT filter version. You can use filter.isAtLeastVersion(3)
For some reason this isn't working, the call is always returning false, do I need to set the version somewhere myself? I'd expect it to read from the .yml where it's been set previously. I put these in the main setControls call to test out.
and this is the output:
|
I added your log line to the top of
There are other filters that use function. |
This was my bad, thanks. |
Quick question: I'll update the GPS graphic filter with grade support and a few minor fixes, do you have a preference if I should add them all in this PR or make a separate one? |
This is not going into this weekend’s release, and then I will be on vacation for 2 weeks. So I don’t have a preference, and you can choose to just use this branch. |
I've added the degrees symbol in some texts, it's part of extended ascii so I think it's fine in the file.
Btw, the long model list looked a bit more organised one entry per line (with a comment stating it's corresponding case value), not sure if you're willing to update the rules of the formatting tool for this but I think it would be a good change.