Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Initial Commit #1

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

Merged
merged 1 commit into from
Jul 25, 2019
Merged

Initial Commit #1

merged 1 commit into from
Jul 25, 2019

Conversation

brentru
Copy link
Member

@brentru brentru commented Jul 25, 2019

This library separates the requests module from the esp32spi library, freeing it up for use with other types of sockets and network hardware interfaces.

Setting up a requests object requires the type of socket you're using (socket type varies by connectivity type - such as the adafruit_esp32spi_socket for the ESP32_SPI library).

Then, since the requests is using an esp, the interface should be set to a provided iface/interface object.

requests.set_socket(socket, esp)

This library will require the following changes in ESP32SPI, staged on a pending PR for when this is released and picked up by the bundler:

@brentru brentru requested a review from a team July 25, 2019 17:58
@brentru brentru merged commit f4e0086 into adafruit:master Jul 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants