Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Make variables that can be used to override default network settings #44

Open
phillipjohnston opened this issue Apr 17, 2020 · 0 comments

Comments

@phillipjohnston
Copy link
Member

e.g.:

#ifndef IP_ADDR
#define IP_ADDR DEFAULT_IP_ADDR
#endif

#ifndef SUB_MASK
#define SUB_MASK DEFAULT_SUB_MASK
#endif

#ifndef GW_ADDR
#define GW_ADDR DEFAULT_GW_ADDR
#endif

#ifndef MAC_ADDR
#define MAC_ADDR DEFAULT_MAC_ADDR
#endif

Document these variables in docs/network_configuration.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant