-
Notifications
You must be signed in to change notification settings - Fork 51
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
adafruit_connection_manager is referenced but deprecated. #233
Comments
If you are familiar with command line tools like pip or npm there is a similar tool for loading circuitpython libraries onto your device https://github.com/adafruit/circup |
I added the latest version of the library from the latest edition of the bundle. I haven't tried circup. I used the GitHub Development Version |
Thats fine, circup is totally optional. It's convenient if you already have experience with command line package managers. But you can do everything needed with just standard copy/paste also. @gowanpeter you need to include both libraries Discord in the #help-with-circuitpython channel or the forums is the best place to get support for getting it running rather than here since it's not a bug with the library. |
@FoamyGuy Thanks for the information. |
I cannot import MiniMQTT:
Traceback (most recent call last):
File "", line 1, in
File "adafruit_minimqtt/adafruit_minimqtt.py", line 37, in
ImportError: no module named 'adafruit_connection_manager'
The text was updated successfully, but these errors were encountered: