1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Update and move lwIP headers, add options to use different lwIP build for generic device

Makefile added to lwip source folder to build and install liblwip_gcc.a
This commit is contained in:
Me No Dev
2016-04-10 21:55:22 +03:00
parent 2301f2975d
commit bfe9f7be69
108 changed files with 34343 additions and 115 deletions

View File

@ -34,7 +34,9 @@ License (MIT license):
// - Multicast DNS: http://www.ietf.org/rfc/rfc6762.txt
// - MDNS-SD: https://tools.ietf.org/html/rfc6763
#ifndef LWIP_OPEN_SRC
#define LWIP_OPEN_SRC
#endif
#include "ESP8266mDNS.h"
#include <functional>