Skip to content

Lint #1

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

Merged
merged 3 commits into from
Dec 19, 2019
Merged

Lint #1

merged 3 commits into from
Dec 19, 2019

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Dec 19, 2019

No description provided.

@tannewt tannewt requested a review from a team December 19, 2019 00:43
Copy link
Collaborator

@makermelissa makermelissa left a comment

Choose a reason for hiding this comment

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

Looks good, not tested.

@dhalbert
Copy link
Contributor

I am finding some problems, testing on hardware, so hold on.

@tannewt
Copy link
Member Author

tannewt commented Dec 19, 2019

@dhalbert I had the services import wrong so make sure you have that. (Just tested it myself.)

Copy link
Contributor

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

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

In adafruit_ble_magic_light.py,

This line:
from adafruit_ble.service import Service

needs plural .services:
from adafruit_ble.services import Service

After that change:
Does not work with beta.1, does work with circuitpython commit f2b1aeeed. I'm having trouble building the tip of master.

@dhalbert
Copy link
Contributor

yup, we both found the same thing.

Copy link
Contributor

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

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

Tested in a lamp, now works! I assume I am spooking out people passing in the street.

@dhalbert dhalbert merged commit 53365fc into adafruit:master Dec 19, 2019
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.

3 participants