-
Notifications
You must be signed in to change notification settings - Fork 31
BREAKING Update for ESP32S2, CPython #53
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
…n wifi-interfaces
…n the io interface.
Ok, I've been testing it. I noticed without making any changes to the code and passing in the WiFi manager, it appears to work exactly like before. When I updated it to pass in requests instead, I noticed it fixed issue adafruit/Adafruit_CircuitPython_MatrixPortal#51. I'm going to take a closer look at the code changes, but so far it is looking good. |
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.
Code looks good.
Thank you for testing! |
Updating https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO to 5.0.1 from 4.3.0: > Merge pull request adafruit/Adafruit_CircuitPython_AdafruitIO#54 from brentru/add-esp32spi-simpletest > Merge pull request adafruit/Adafruit_CircuitPython_AdafruitIO#53 from brentru/update-for-requests-s2 Updating https://github.com/adafruit/Adafruit_CircuitPython_MagTag to 1.0.5 from 1.0.3: > Merge pull request adafruit/Adafruit_CircuitPython_MagTag#18 from makermelissa/sound_bug > Merge pull request adafruit/Adafruit_CircuitPython_MagTag#16 from caternuson/iss15
init
argument now takes in aadafruit_circuitpython_requests
object instead of awifimanager
object.6.1.0-beta.1
), CPython, and ESP32SPI (Metro AirLift M4,6.1.0-beta.1
)The following libraries' constructors should also be updated to match this breaking release:
https://github.com/adafruit/Adafruit_CircuitPython_MagTag/blob/main/adafruit_magtag/network.py#L311
https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal/blob/master/adafruit_matrixportal/network.py#L315
https://github.com/adafruit/Adafruit_Blinka_PyPortal/blob/master/adafruit_pyportal.py#L625
https://github.com/adafruit/Adafruit_CircuitPython_PyPortal/blob/master/adafruit_pyportal.py#L891