-
Notifications
You must be signed in to change notification settings - Fork 52
Switch to using ConnectionManager #197
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.
@justmobilize This looks OK - did you test any of the tests on physical hardware, or on CPython?
@brentru I've tested on my |
@justmobilize Thanks for testing on hardware. Marking this as approved! |
Updating https://github.com/adafruit/Adafruit_CircuitPython_ESP_ATcontrol to 0.11.0 from 0.10.2: > Merge pull request adafruit/Adafruit_CircuitPython_ESP_ATcontrol#70 from justmobilize/remove-set-socket Updating https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT to 7.6.0 from 7.5.9: > Merge pull request adafruit/Adafruit_CircuitPython_MiniMQTT#197 from justmobilize/connection-manager Updating https://github.com/adafruit/Adafruit_CircuitPython_PyCamera to 1.2.0 from 1.1.0: > Merge pull request adafruit/Adafruit_CircuitPython_PyCamera#31 from FoamyGuy/overlay_pos Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Updated download stats for the libraries
Update
adafruit_requests
to use Adafruit_CircuitPython_ConnectionManager for socket handling. As well as clean up examples