Skip to content

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

@phillipjohnston

Description

@phillipjohnston

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions