Skip to content
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

Addition of CoreTemp sensor support #4207

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

ihewitt
Copy link
Contributor

@ihewitt ihewitt commented Apr 16, 2022

This patch adds ANT+ support for CoreTemp body sensors.

As discussed on #4121 this is now updated to use the XDATA fields rather than changing the saved json.

If there is core temperature data then it uses that for "tcore" data instead of using the estimated calculation.

@@ -105,6 +105,8 @@ static QString protect(const QString string)
#define scanner jc->scanner

%}
// generated by the scanner
%define api.header.include {"JsonRideFile_yacc.h"}
Copy link
Member

Choose a reason for hiding this comment

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

This change breaks ci builds since it requires a newer bison version

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Apologies. No idea what made that change, removed.

@ihewitt ihewitt marked this pull request as draft April 16, 2022 21:31
@ihewitt
Copy link
Contributor Author

ihewitt commented Apr 17, 2022

Spotted a bug while fixing the CI issue, tidied the change. 😄

@ihewitt ihewitt marked this pull request as ready for review April 17, 2022 11:20
@ihewitt ihewitt marked this pull request as draft January 29, 2023 20:31
@liversedge
Copy link
Member

If you want to edit the data remember to update RideEditor::insColumn() and RideEditor::whatColumns()

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.

None yet

3 participants