Chat freely about anything...

User avatar
By martinayotte
#51959 The DHCP is present because the ESP is in AP or STA_AP mode. If you use wifi_set_opmode(0) or wifi_set_opmode(1) (first is WIFI_OFF, second is WIFI_STA), no DHCP will be started.
You can also use wifi_station_dhcpc_stop() to explicitly turning it off.