You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For integration purposes and flexibility, it is important to separate application code from configuration files (e.g. to include configuration files from a location outside of this git)
currently, the following config files are in the git:
include/coap2/lwippools.h (this is quite odd. other applications might also need to define memory pools, so this shouldn't be in the main include directory)
examples/lwip/lwipopts.h (same directory contains the header for server examples)
Propsed Solution:
Move both files into a separate folder examples/lwip/config
While we are at it, also move coap_config.h (respectively the link to it)
This will create a single folder containing the configuration files.
The text was updated successfully, but these errors were encountered:
libcoap LwIP support has been re-written in PR #884, and so this should no longer be an issue. Configuration files are now in the examples/lwip.config/ directory.
For integration purposes and flexibility, it is important to separate application code from configuration files (e.g. to include configuration files from a location outside of this git)
currently, the following config files are in the git:
Propsed Solution:
Move both files into a separate folder examples/lwip/config
While we are at it, also move coap_config.h (respectively the link to it)
This will create a single folder containing the configuration files.
The text was updated successfully, but these errors were encountered: