Disable OFFER_Router
Posted: Fri Jun 08, 2018 9:39 pm
Hi,
I am trying to port a esp8266 project to ESP32, but i am facing issues with one command:
It does so iPhones can still surf the internet while being connected to the AP.
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
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