-
Notifications
You must be signed in to change notification settings - Fork 13
Fix miniMQTT compatibility and native_networking examples #37
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the neopixel stuff from simple examples. I find these "extras" confusing when learning a new library.
I'd prefer to keep this in, modify the behavior of the examples as little as possible.
I am using adafruit_requests and the adafruit_io time api to set time. Is this cool as a general approach?
Perfectly fine
@askpatrickw Did you test this on the PyPortal (or any "AirLift" hardware)? |
No. Only on a MetroS2. I don't have those other boards. |
OK @brentru I think I'm done. I can provide Azure API Keys for anyone who can test on an ESP32 Airlift. |
Updating https://github.com/adafruit/Adafruit_CircuitPython_Nunchuk to 1.1.0 from 1.0.1: > Merge pull request adafruit/Adafruit_CircuitPython_Nunchuk#28 from kattni/pypi > Updated docs link, updated python docs link, updated setup.py > First part of patch > update rtd py version Updating https://github.com/adafruit/Adafruit_CircuitPython_AzureIoT to 2.5.0 from 2.4.2: > Merge pull request adafruit/Adafruit_CircuitPython_AzureIoT#37 from askpatrickw/add-ssl-context > Update Dependencies DOCSTRING > Update samples and docs > typo in the README > make SAS Key more specific > Fix miniMQTT compatibility and native_networking examples > Updated docs link, updated python docs link, updated setup.py > First part of patch > update rtd py version Updating https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout to 1.17.0 from 1.16.0: > Updated docs link, updated python docs link, updated setup.py > First part of patch > Merge pull request adafruit/Adafruit_CircuitPython_DisplayIO_Layout#68 from FoamyGuy/transparency_and_label_bg Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Added the following libraries: Adafruit_CircuitPython_Nunchuk, Adafruit_CircuitPython_AzureIoT, Adafruit_CircuitPython_DisplayIO_Layout
ToDo:
NOTE: I do not have an ESP32SPI board, if someone else could try at least the simpletest examples, that would be awesome.