WiFi: Undefined reference to esp_netif_dhcps_stop
Posted: Thu Mar 31, 2022 3:42 am
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.
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.