device_config.h 230 B
// hostname and device namespace
#define DEVICE_NAME "CyanStripe"
#define NTP_SERVER "pool.ntp.org"
#define DEVICE_IP "192.168.0.254"
#define DEVICE_GW "192.168.0.1"
#define DEVICE_NETMASK "255.255.255.0"