// Set these values to configure the wifi settings #define WIFI_ESSID "" #define WIFI_PASSWORD "" #define IP_ADDRESS "" #define GATEWAY "" #define NETMASK "" #define DNS_SERVER "" // Define the pins used to connect the rtc and display modules here #define DS3231_SDA_PIN #define DS3231_SCL_PIN #define TM1637_CLK_PIN #define TM1637_DIO_PIN #define BUTTON_INTERRUPT_PIN #define BUZZER_PIN #define LEDC_DUTY #define ALARM_FREQUENCY // Can be set from 0 to 7 #define DISPLAY_BRIGHTNESS /* Define the local time zone in POSIX format as documented at * https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html */ #define LOCAL_TIMEZONE ""