Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Version prefix matching #28

Merged
merged 6 commits into from
Mar 30, 2023
Merged

Conversation

puddly
Copy link
Collaborator

@puddly puddly commented Mar 30, 2023

Version matching with EmberZNet currently fails due to a length mismatch between the firmware version and the GBL version. For example, 7.2.2.0 build 123 is converted into 7.2.2.0.123, but the GBL only includes 7.2.2.0, which causes the matching to fail.

I've replaced AwesomeVersion with a simpler solution that matches based on the shortest prefix, so the .123 part will be ignored.

@puddly puddly force-pushed the puddly/version-prefix-matching branch from 27a293d to cea218c Compare March 30, 2023 16:53
@puddly puddly merged commit 093557c into NabuCasa:dev Mar 30, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant