lwip_nat_arduino icon indicating copy to clipboard operation
lwip_nat_arduino copied to clipboard

running the project throwing error

Open saimanohar1999 opened this issue 1 year ago • 0 comments

Hi,

I just downloaded your repo: https://github.com/martin-ger/lwip_nat_arduino

now I tried to run the WiFiNatRouter.ino

I want to implement something like a Wi-Fi repeater.

But when I run I am getting the following error. please note hwne I am running wifinatrouter.ino it asked me that the code should be inside the folder. My setup looks like this image

error:

C:\Users\I71839\Downloads\lwip_nat_arduino-master\lwip_nat_arduino-master\WiFiNatRouter\WiFiNatRouter.ino:5:10: fatal error: lwip/app/dhcpserver.h: No such file or directory 5 | #include "lwip/app/dhcpserver.h" | ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1

Compilation error: lwip/app/dhcpserver.h: No such file or directory

saimanohar1999 avatar Aug 23 '24 11:08 saimanohar1999