Search found 1 match
- Wed Oct 03, 2018 7:42 pm
- Forum: ESP-IDF
- Topic: Why is the DHCP server not compatible with TCPIP_ADAPTER_IF_ETH?
- Replies: 1
- Views: 3142
Why is the DHCP server not compatible with TCPIP_ADAPTER_IF_ETH?
Hi, I'm trying to run the DHCP server on the ethernet interface. It looks like the code in tcpip_adapter_lwip.c specifically prohibits using the DHCP server on anything else other than TCPIP_ADAPTER_IF_AP. This code: -----------------------------------------------------------------------------------...