Hello,
Does anyone have a simple example of a sketch for using Ethernet on the Olimex ESP32-EVB that I can get inspired from (I use PlatformIO)? I am trying to add Ethernet funcionality to my application which currently uses WiFi only. Basically if Ethernet is connected, use Ethernet, otherwise connect to WiFi.
Thanks!
Maybe take a look at this, it is not exactly what you want but demonstrates Ethernet and WIFI:
https://github.com/OLIMEX/ESP32-POE/blob/master/SOFTWARE/ARDUINO/ESP32_PoE_Ethernet_WIFI_test/ESP32_PoE_Ethernet_WIFI_test.ino
Remember to put your WIFI's SSID and password.