1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

lwip2: fix static address management (#4677)

+ interactive example (for debugging)
This commit is contained in:
david gauchard
2018-05-02 01:20:55 +02:00
committed by GitHub
parent 758b0bd124
commit 76a14b1f63
9 changed files with 131 additions and 6 deletions

View File

@ -2,6 +2,16 @@
all install clean: builder/lwip2-src/README
make -C builder -f Makefile.arduino $@
latestmaster: downloadmaster install
latestupstream: downloadupstream install
downloadupstream: downloadmaster
cd builder/lwip2-src; git checkout master
downloadmaster: download
cd builder; git checkout master
download: builder/lwip2-src/README
builder/lwip2-src/README: