override lwipopts.h #21
-
I'm trying to figure out how to have an app-specific lwipopts.h in an Arduino app that uses QNEthernet. All my work to date is in GCC with a Makefile-based build. In this case, one simply adds an app-specific include directory ahead of the entry for lwip in the list of includes ( Googling led me to a way to see the GCC commands Arduino invokes ( Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Change the |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestion; I'll take a look at PlatformIO. I'll likely do some more research on the Arduino front as well. If I find anything interesting I'll let you know. |
Beta Was this translation helpful? Give feedback.
-
See this section of the README for a guide of how to configure macros for the Arduino IDE: Below that section is a section on how to do it with PlatformIO. |
Beta Was this translation helpful? Give feedback.
See this section of the README for a guide of how to configure macros for the Arduino IDE:
https://github.com/ssilverman/QNEthernet/blob/0825ded00131fb846027641f3fa071ffc26aad0c/README.md#configuring-macros-using-the-arduino-ide
Below that section is a section on how to do it with PlatformIO.