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

@ -1,4 +1,6 @@
#ifndef LWIP_OPEN_SRC
#define LWIP_OPEN_SRC
#endif
#include <functional>
#include <WiFiUdp.h>
#include "ArduinoOTA.h"