lwip_nat_arduino icon indicating copy to clipboard operation
lwip_nat_arduino copied to clipboard

How to setup in PlatformIO IDE

Open parthagorai opened this issue 6 years ago • 5 comments

Hi, please guide how did I set up this in PlatformIO

parthagorai avatar May 02 '19 16:05 parthagorai

Sorry, havn't installed that. Guess you can replace the liblwip.a (just added the binary to the repo) somewhere and also the lwip/include directory. But I havn't tested that...

martin-ger avatar May 02 '19 20:05 martin-ger

@Microinstance @martin-ger hi! It's easy on platformio, just put it in the lib folder. Thanks for a great library. 微信截图_20190513054416 微信截图_20190513054508 微信截图_20190513060106

HelloDB avatar May 12 '19 21:05 HelloDB

great, I have success following step by step. thx guys

irwanayeah avatar May 19 '19 08:05 irwanayeah

In case someone uses only the terminal and not the IDE (personal case), the library to replace is located in ~/.platformio/packages/framework-arduinoespressif8266/tools/sdk/lwip so you have to do something like the following: $ mv ~/.platformio/packages/framework-arduinoespressif8266/tools/sdk/lwip /.platformio/packages/framework-arduinoespressif8266/tools/sdk/lwip.bkp $ ln -s lwip_nat_arduino/lwip ~/.platformio/packages/framework-arduinoespressif8266/tools/sdk/lwip

I figured it out a while after reading this page, thank you guys!.

Syavne avatar Oct 03 '19 19:10 Syavne