Replies: 2 comments 1 reply
-
None of the examples will compile. The latest error message I'm getting is Compilation error: 'SYSTEM_EVENT_ETH_START' was not declared in this scope; did you mean 'ARDUINO_EVENT_ETH_START'?. I've tried 2 different WT32-ETH01 boards. I've tried several of the examples. In one case I got an error that void WiFiEvent(WiFiEvent_t event) should not be void. Changing all the SYSTEM_EVENT_ETH methods to ARDUINO_EVENT_ETH results in this error. Compilation error: invalid conversion from 'int' to 'eth_phy_type_t' [-fpermissive]. I have updated all the boards and libraries in my Arduino IDE. |
Beta Was this translation helpful? Give feedback.
-
Where do you plug the BME 280 into? The RTC is already on the I2C ports. Do we use the same ports? |
Beta Was this translation helpful? Give feedback.
-
WT32-ETH01 LAN 8720 wired webserver
Beta Was this translation helpful? Give feedback.
All reactions