-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"WiConKit/WiConKit.ino:361: undefined reference to `dhcps_set_dns'" #2
Comments
Fixed by using the ssd1306 library! |
What would "dhcp_set_dns()", a very TCP/IP sounding function have to do with the OLED display? I beg you to reconsider. |
@coryjfowler Whoops. I apologize. I got confused after I read your other issue. The |
It appears they have the same issue. I suspect a library has changed somewhere. skickar/ESP8266_Router_Honeypot#3 Closing the issue here as I get the issue when compiling their code. |
I cannot get past this issue when I try to compile.
The calls to that function are around line 398.
// give DNS servers to AP side
dhcps_set_dns(0, WiFi.dnsIP(0));
dhcps_set_dns(1, WiFi.dnsIP(1));
The text was updated successfully, but these errors were encountered: