Page 1 of 1

WiFi: Undefined reference to esp_netif_dhcps_stop

Posted: Thu Mar 31, 2022 3:42 am
by tlaritz
Hi

I get the above error when linking my WiFi AP code. I believe it means that the executable for the above call is not present.

For debugging purposes, if I change esp_netif_dhcps_stop() to esp_netif_dhcpc_stop(), the code compiles and runs, but I get a failure when I try to set the static IP address in my AP.

Thanks.