- Sun Feb 08, 2015 7:32 am
#9238
webbaseLog.txt and nodemcuLog.txt both looks like a problem with the order in which libraries are linked. I've moved eagle_lwip_if.o from libmain.a to liblwip.a and now it cannot find symbols from this object. One solution is to change the linking order, other is to move eagle_lwip_if.o back to libmain.a. I'm attaching repacked libs.
As for the at095Log.txt, I have to take a look why ping symbols are missing but there is a bigger problem - I don't have espconn_recv_hold/espconn_recv_unhold functions as they were added in SDK 0.9.5, there is no source for it and I don't know how they work (yet). Care to create a Github issue for providing those functions?
As for the dd-wrt question, the best answer I have is also a question - why don't you just check?
I think it should work asAFAIK this functionality is provided by dnsmasq running on dd-wrt/openwrt, which works as a DNS forwarder but adds some "local" names taken from DHCP leases (which are managed also by dnsmasq, because it's also DHCP server). So I'm quite sure that you can ping your ESP by using just "ping esp8266-986a1a".
Attachments
(203.83 KiB) Downloaded 217 times