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: bleak connection for MacOS 12+ #116

Merged
merged 1 commit into from
Feb 13, 2022

Conversation

rhajek
Copy link
Contributor

@rhajek rhajek commented Feb 11, 2022

Closes #115

This PR fix the problem with bleak scanning on macOS 12.2+ which require service_uuids.

This is related to:

@codecov-commenter
Copy link

Codecov Report

Merging #116 (13300b0) into master (ef22608) will decrease coverage by 0.07%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #116      +/-   ##
==========================================
- Coverage   71.84%   71.76%   -0.08%     
==========================================
  Files          20       20              
  Lines        2355     2359       +4     
==========================================
+ Hits         1692     1693       +1     
- Misses        663      666       +3     
Impacted Files Coverage Δ
pylgbst/comms/cbleak.py 34.28% <33.33%> (-0.37%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ef22608...13300b0. Read the comment docs.

@undera undera marked this pull request as ready for review February 13, 2022 07:57
@undera undera merged commit eb547b4 into undera:master Feb 13, 2022
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.

Error on MacOS
3 participants