configuration.h 327 B

1234567891011121314
  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 ""
  7. // Define the pins used to connect the rtc and display modules here
  8. #define DS3231_SDA_PIN
  9. #define DS3231_SCL_PIN
  10. // Can be set from 0 to 7
  11. #define DISPLAY_BRIGHTNESS