martin-ger / esp-open-lwip

ESP8266 lwIP library with NAT, SLIP, ENC28j60 Ethernet, and routing support
67 stars 25 forks source link

I'd like to use this in my PlatformIO project. #20

Open idolpx opened 5 years ago

idolpx commented 5 years ago

I can get everything to compile to the liblwip_open.a file but can't seem to find where I need to put it to have it compiled into my firmware. I tried replacing the liblwip_gcc.a in the ".platformio/packages/framework-arduinoespressif8266/tools/sdk/lib" folder. (This liblwip_open.a is much smaller for some reason.) . But that didn't work. I've been searching but have not found a solution yet.

Any help would be greatly appreciated.