adafruit / Adafruit_CircuitPython_BluefruitConnect

This module helps you to communicate with the Adafruit Bluefruit Connect app or use its protocols
MIT License
17 stars 16 forks source link

Examples fix #13

Closed CollinCunningham closed 4 years ago

CollinCunningham commented 4 years ago

Changes made to get examples working with adafruit_ble lib in adafruit-circuitpython-bundle-5.x-mpy-20191216

CollinCunningham commented 4 years ago

Weird - unexpected-line-ending-format errors from mu editor? Will revisit this when I have more time.

makermelissa commented 4 years ago

That's due to https://github.com/adafruit/Adafruit_Blinka/issues/202

makermelissa commented 4 years ago

Issue should be resolved now.

CollinCunningham commented 4 years ago

Thanks @makermelissa - I'll loop back to this soon

makermelissa commented 4 years ago

Apparently this isn't quite fixed yet. I have a PR for a likely fix in though. I can update when it is verified.

makermelissa commented 4 years ago

Ok, now it's in a working state.