AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h configuration header files.
This commit is contained in:
@@ -48,6 +48,11 @@
|
||||
#define ENABLE_TELNET_SERVER
|
||||
#define MAX_URI_LENGTH 50
|
||||
|
||||
#define DEVICE_IP_ADDRESS (uint8_t[]){ 10, 0, 0, 2}
|
||||
#define DEVICE_NETMASK (uint8_t[]){255, 255, 255, 0}
|
||||
#define DEVICE_GATEWAY (uint8_t[]){ 10, 0, 0, 1}
|
||||
#define SERVER_MAC_ADDRESS (uint8_t[]){ 1, 0, 1, 0, 1, 0}
|
||||
|
||||
#define UIP_CONF_UDP (defined(ENABLE_DHCP_CLIENT) || defined(ENABLE_DHCP_SERVER))
|
||||
#define UIP_CONF_BROADCAST 1
|
||||
#define UIP_CONF_TCP 1
|
||||
|
||||
Reference in New Issue
Block a user