Search found 1 match
- Wed Dec 20, 2023 8:39 am
- Forum: ESP32 Arduino
- Topic: Using WiFi + Ethernet with indepedent DHCP Client + Server
- Replies: 1
- Views: 6597
Using WiFi + Ethernet with indepedent DHCP Client + Server
What I'm trying to do: Build a device with both Ethernet and WLAN where I can independently configure Ethernet and WLAN to either DHCP Client or Server. The problem: Arduino's ETH.h doesn't allow us to enable the DHCP Server. I've tried to make calls directly to ESP-IDF but am running into state err...