Open lehoangphuc86 opened 3 months ago
from README
EthernetESP32 requires ESP32 platform version 3 or higher.
@JAndrassy Thanks for reply. I am using this library inside platformio which has not supported ESP32 3.0 yet, may I know if you have tried this with platfformio before?
no. I don't use and support platformio
I received the error message Network.h: No such file or directory while using PlatformIO.
Then, I changed the Espressif32 platform configuration platform.ini
to the following:
[env:esp32dev]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.03/platform-espressif32.zip
no more errors.
Hello,
I am trying to include this library and it is raising the below issue. It seems we are missing some header file from Arduino right?
I am using platformio on vscode
In file included from .pio/libdeps/esp32c3/EthernetESP32/src/EthernetESP32.h:2, from src/main.cpp:14: .pio/libdeps/esp32c3/EthernetESP32/src/Ethernet.h:24:10: fatal error: Network.h: No such file or directory
Thank you