-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
lwIP-v2 ready to use #3783
lwIP-v2 ready to use #3783
Conversation
I'm now very confused with all the lwips flying around. Is there any way to extract the version info from the lib? Something like a #define, or version string, or git commit, or whatever, that can get printed out? I don't trust what I'm building or linking against anymore. |
Worst case md5 is simple |
With lwip2, it says: The two previous PR are now closed. |
@devyte @davisonja |
boards.txt looks good, but i'll check with nodemcu. Will report back. |
Be aware that the ESPAsync libs don't seem to build with lwip2. |
@me-no-dev changes probably will be similar as #3129. |
on it :) |
@me-no-dev ESPAsyncTCP builds now. Will you also update ESPAsyncUDP? That would allow me to build my application and start testing :) |
ESP8266LLMNR lib doesn't seem to build due to differences in UdpContext signatures |
@devyte - ESPAsyncUDP also updated, works for me with LWIPv2 |
boards.txt comes from #3722
lwIP sources are cloned from their origin, currently v2.0.3stable