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

Prevent upgrading MAX31865 library to 1.2 #18089

Merged
merged 2 commits into from May 25, 2020

Conversation

sjasonsmith
Copy link
Contributor

Description

The new version of the MAX31865 libary depends upon a 3-argument version of TwoWrite::requestFrom. This does not exist in the STM32F1 and possibly some other HALs.

Benefits

Fixes builds, although I do not have the means to test functionality. If there was a particular reason this pointed to master rather than a release, then it would need to point to a particular commit.

Related Issues

#18081

@sjasonsmith
Copy link
Contributor Author

I am experimenting with a different change to platformio.ini to downgrade this only for the STM32F1 HAL, but that is still a work in progress. It seemed important to get something available quickly to un-break the build.

@sjasonsmith
Copy link
Contributor Author

I am experimenting with a different change to platformio.ini to downgrade this only for the STM32F1 HAL, but that is still a work in progress. It seemed important to get something available quickly to un-break the build.

I have posted the more extensive follow-up as PR #18099. If that is merged this is no longer necessary. I'll leave both up for now, as it provides the choice between a simple one-line change (this PR) or the more invasive solution (PR #18099).

@thinkyhead thinkyhead merged commit f402ab7 into MarlinFirmware:bugfix-2.0.x May 25, 2020
@sjasonsmith sjasonsmith deleted the PR/18081_MAX31865 branch May 25, 2020 23:40
vgadreau pushed a commit to vgadreau/Marlin that referenced this pull request May 29, 2020
gromgit pushed a commit to gromgit/MKS-Robin-E3-E3D that referenced this pull request Jun 2, 2020
gromgit pushed a commit to gromgit/MKS-Robin-E3-E3D that referenced this pull request Jun 2, 2020
jmp0x0000 pushed a commit to jmp0x0000/Marlin that referenced this pull request Aug 7, 2020
HairingX pushed a commit to HairingX/Marlin that referenced this pull request Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants