Hello.
I got my hands on the WT32-ETH01 module.
I downloaded the library, installed it. I'm trying to compile and it keeps giving me an error. I checked that the library is on Documents\Arduino\libraries\WebServer_WT32_ETH01\src\WebServer_WT32_ETH01.h".
board: WT32-ETH01 Ethernet Module
error: In file included from C:\Users\lasek\Desktop\PostServer\PostServer.ino:18:
c:\Users\lasek\Documents\Arduino\libraries\WebServer_WT32_ETH01\src/WebServer_WT32_ETH01.h:63:4: error: #error This code is designed to run on ESP32 platform! Please check your Tools->Board setting.
63 | #error This code is designed to run on ESP32 platform! Please check your Tools->Board setting.
In order to make all relevant information available to any who are interested in this subject, I'll share a link to @anderi's cross-post over on the "Arduino a Raspberry poradna CZ & SK" Facebook group:
hello
After various attempts with libraries, I returned to the original one, by lowering the core below 3, it finally compiled successfully. After uploading to the chip and restarting, another problem appeared.
22:20:13.281 -> WebServer_WT32_ETH01 v1.5.1 for core v2.0.0+
22:20:14.270 -> E (1009) esp.emac: emac_esp32_init(357): reset timeout
22:20:14.270 -> E (1009) esp_eth: esp_eth_driver_install(214): init mac failed
Does anyone know what to do with it, it happened to me with other libraries too, thanks.