case ARDUINO_EVENT_ETH_CONNECTED: Serial.println("ETH Connected"); break; case ARDUINO_EVENT_ETH_GOT_IP: Serial.printf("ETH Got IP: '%s'\n", esp_netif_get_desc(info ...
We've all heard that "if you want something done right, you have to do it yourself." And that’s usually fine when it comes to ...