I am trying to port a esp8266 project to ESP32, but i am facing issues with one command:
Code: Select all
uint8 mode = 0;
wifi_softap_set_dhcps_offer_option(OFFER_ROUTER, &mode);
It seems like the functionality is inside "apps/dhcpserver.h", but I cannot really figure out how to use the dhcps_set_option_info.
Any idea how to do this now? I have been trying and failing for hours, so any help would be greatly appreciated.
/Søren