-
Notifications
You must be signed in to change notification settings - Fork 58
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 type annotation for ServiceData #194
Comments
|
Right, I did see that. The Eddystone tip is a good one I'm going to eval that now. In the meantime, are the type annotations for |
Yup, that's definitely an annotation bug -- thanks for pointing that out. I'll change the title and submit a PR for that. |
Awesome thanks for being so quick on this. I'm not sure if this is the best place to continue the conversation, but what's the correct way to consume |
Discord's #circuitpython-dev may be a better place. If you are using Adafruit hardware then the technical support forum. The UART example is probably the best use reference: https://github.com/adafruit/Adafruit_CircuitPython_BLE/blob/main/examples/ble_uart_echo_client.py |
I’m currently implementing Improv WiFi in CircuitPython for release as a library, but I’m having trouble hitting one part of the specification, namely the service data format. Specifically: I don’t see any example code on how to attach it to an Advertisement, or how to modify its UUID to the requisite value of 4677. Any assistance you could provide would be much appreciated. Thanks!
The text was updated successfully, but these errors were encountered: