Hi Phil, On Fri, Feb 24, 2023 at 03:17:12PM -0500, Phil Cari wrote: > Hi everyone, > I have some trouble compiling the lwIP project and using it in my project > because it seems that the lwipopts.h can not be found. Is there something > that I miss or don't understand? > Thank you in advance for your help! > Respectfully, > Philippe
lwipopts.h is your configuration file that overwrite default values to suit your needs. Default value can be seen in the src/include/lwip/opt.h file. Some lwipopts.h examples are available in the contrib/ folder. It can probably be empty if all default values are fine for you. Sylvain
signature.asc
Description: Digital signature
_______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
