-
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
Add ESP32-S2 (Native Networking) and CPython #61
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ture to be paho-mqtt friendly
…f non-blocking SSL socket to avoid SSLWantWrite/SSLWantRead errors, https://docs.python.org/3/library/ssl.html#notes-on-non-blocking-sockets
makermelissa
approved these changes
Feb 1, 2021
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.
Tested and it works great. That's a bonus that it doesn't require logging anymore.
Thanks for reviewing and testing |
This was referenced Feb 3, 2021
adafruit-adabot
added a commit
to adafruit/Adafruit_CircuitPython_Bundle
that referenced
this pull request
Feb 4, 2021
Updating https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO to 5.2.0 from 5.1.0: > Merge pull request adafruit/Adafruit_CircuitPython_AdafruitIO#63 from brentru/add-esp32s2-updated-code Updating https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT to 5.0.0 from 4.1.0: > Merge pull request adafruit/Adafruit_CircuitPython_MiniMQTT#61 from brentru/cpython-s2 Updating https://github.com/adafruit/Adafruit_CircuitPython_SimpleIO to 3.0.0 from 2.1.3: > Merge pull request adafruit/Adafruit_CircuitPython_SimpleIO#59 from adafruit/dherrada-patch-1
rtwfroody
pushed a commit
to rtwfroody/Adafruit_CircuitPython_MiniMQTT
that referenced
this pull request
Sep 18, 2022
Add ESP32-S2 (Native Networking) and CPython
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request:
username_pw_set
method to dynamically set username and password outside of client initialization.connect()
may now accept a keepalive timeloop()
may now accept atimeout
in seconds.NOTE: "Native Socket" (ESP32-S2) is only supported in CircuitPython 6.2.0b1 or newer
Addresses:
#58
#43
https://github.com/brentru/Adafruit_CircuitPython_MiniMQTT/pull/2
adafruit/Adafruit_CircuitPython_AzureIoT#21
adafruit/Adafruit_CircuitPython_AdafruitIO#52
This library has been tested on:
Adafruit CircuitPython 6.2.0-beta.1 on 2021-01-27; Adafruit Metro ESP32S2 with ESP32S2
, Native NetworkingAdafruit CircuitPython 6.0.1 on 2020-12-28; Adafruit Feather M4 Express with samd51j19
with Ethernet FeatherWingAdafruit CircuitPython 6.1.0 on 2021-01-21; Adafruit PyPortal with samd51j20
, ESP32SPICPython 3.9.1