-
-
Notifications
You must be signed in to change notification settings - Fork 650
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
Compilation error when using PlatformIO and Ethernet.h #1520
Comments
The library you try to use is not compatible. This is not a Platformio nor an Arduino core issue. |
@Jason2866 See my response to this incorrect statement at: espressif/arduino-esp32#10760 (comment) |
I don't know what happened with the Client.h file (from the esp32 core), but according to @per1234 (arduino-libraries/Ethernet#277 (comment)) there seems to have been some mishap that causes the problem I'm facing. On my local machine I made the changes as per the pull request espressif/arduino-esp32#3191 and it temporarily resolved the espressif/arduino-esp32#10760 (comment) that I was facing. Changes made: arduino-libraries/Ethernet#277 (comment) |
@MicSG-dev The issue is not caused from the Platformio build system. It is either in Arduino Core or in the used library. In both cases this repo is not responsible for. |
Closing as not related to PlatformIO. |
When using PlatformIO with the following platformio.ini file:
And running the WebServer example from Ethernet.h, several compilation errors occur:
The text was updated successfully, but these errors were encountered: