raspberrypi / pico-sdk

BSD 3-Clause "New" or "Revised" License
3.24k stars 837 forks source link

Use of #define LWIP_SINGLE_NETIF 1 by default on Pico W #1752

Open brizzolazzi opened 3 days ago

brizzolazzi commented 3 days ago

For minimalism reasons it might be useful to enable by default the LWIP_SINGLE_NETIF in lwipopts.h.

At the moment the SDK does not compile with that option.