essele / pico_debug

A fast flasher/debugger for RP2040 based devices (runs on Raspberry Pi Pico)
MIT License
67 stars 9 forks source link

PICO_BOARD=pico --> lwip/tcp.h: No such file or directory #5

Open pingufreak opened 1 year ago

pingufreak commented 1 year ago

Hi,

if I compile it with PICO_BOARD=pico, I'm getting the following error:

Fatal error: lwip/tcp.h: No such file or directory

The code should be compatible with the Pico too, not only with the Pico W.

Can you change it?

I can also change it and put a merge request.

Thank you

Kr

pingu

pingufreak commented 1 year ago

It works on the pico with defining the pico_w :). Anyways, it's a nice 2 have.