MicSG
MicSG
### Related area Mac Address Ethernet W5500 SPI ### Hardware specification ESP32 DevKitC ### Is your feature request related to a problem? Currently the MAC address configuration in the ETH...
When using PlatformIO with the following platformio.ini file: ``` [env:esp32dev] platform = espressif32 board = esp32dev framework = arduino lib_deps = arduino-libraries/Ethernet@^2.0.2 ``` And running the [WebServer](https://github.com/arduino-libraries/Ethernet/blob/master/examples/WebServer/WebServer.ino) example, several compilation...
I know that this library is fully compatible with the ESP32 platform. I have used this library a lot in my projects and it always works well. My suggestion is...
When using PlatformIO with the following platformio.ini file: ``` [env:esp32dev] platform = espressif32 board = esp32dev framework = arduino lib_deps = https://github.com/sstaub/Ethernet3.git ``` And running the [WebServer](https://github.com/sstaub/Ethernet3/blob/main/examples/WebServer/WebServer.ino) example, several compilation...
### Describe the request In the 'Sketch' -> 'include Library' menu there is the option 'Add .ZIP library...'. There should also be an option to include a library from a...
The library gives several errors when trying to compile the project on PlatformIO. - main.cpp: ``` #include #include // put function declarations here: int myFunction(int, int); void setup() { //...