1234567891011121314151617 |
- // Set these values to configure the wifi settings
- #define WIFI_ESSID ""
- #define WIFI_PASSWORD ""
- #define IP_ADDRESS ""
- #define GATEWAY ""
- #define NETMASK ""
- // 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
- // Can be set from 0 to 7
- #define DISPLAY_BRIGHTNESS
|