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

Fix version pinning of SwiCago/HeatPump library #125

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

stewartadam
Copy link

Pins the library to SwiCago/HeatPump@cea90c5 which is the last stable commit I was able to test with my MSZ-GL06NA. More recent commits cause serial communication to silently fail (fixes #71 for me).

This PR also moves the version pin into the repository parameter as the version property of cg.add_library() appears to be entirely ignored in favor of version provided by the metadata in the repository instead. Since SwiCago doesn't version its library, we should version by Git commit instead.

Prior to this change, the latest commit was always being used which is why the issue in #71 suddenly appeared for me after rebuilding my m5stamp pico firmwares with no other changes.

@stewartadam
Copy link
Author

Reported SwiCago/HeatPump#207 upstream.

@stewartadam
Copy link
Author

SwiCago/HeatPump#207 has been fixed upstream, so I've updated the version pin to point to the merge commit for its PR#209 that includes a fix when the library is initialized without specifying custom gpio pins.

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.

Current Temperature: nan°C
1 participant