configuration.h 158 B

1234567
  1. // Set these values to configure the wifi settings
  2. #define WIFI_ESSID ""
  3. #define WIFI_PASSWORD ""
  4. #define IP_ADDRESS ""
  5. #define GATEWAY ""
  6. #define NETMASK ""