-
Notifications
You must be signed in to change notification settings - Fork 112
Add ESP32 Ethernet transport #169
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
|
@pablogs9 can you please review this PR? |
pablogs9
left a comment
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.
As a general comment, why is this already available ethernet transport not compatible?
ESP32 does not have native ethernet, but widely uses the LAN8710 chip to add it. This is what this PR enables. |
|
Hey, @patrickwasp the CI has failed due to a small issue with another package, I have solved it here: #171. Could you address my single comment and rebase your PR on top of the latest commit of Thanks a lot for the contribution! |
Co-authored-by: Pablo Garrido <[email protected]>
added support for ESP32 ETH.h ethernet.