remove extra configs

pull/197/head
Timm Bogner 6 months ago
parent a9dba95df5
commit d8ac0650da

@ -68,13 +68,3 @@
//#define MQTT_AUTH //Enable MQTT authentication
//#define MQTT_USER "Your MQTT Username"
//#define MQTT_PASS "Your MQTT Password"
// NTP Time settings
#define USDST
// #define EUDST
#define TIME_SERVER "0.us.pool.ntp.org" // NTP time server to use. If FQDN at least one DNS server is required to resolve name
#define STD_OFFSET (-6) // Local standard time offset in hours from UTC - if unsure, check https://time.is
#define DST_OFFSET (STD_OFFSET + 1) // Local savings time offset in hours from UTC - if unsure, check https://time.is
#define TIME_FETCHNTP 15 // Time, in minutes, between fetching time from NTP server
#define TIME_PRINTTIME 10 // Time, in minutes, between printing local time to debug
#define TIME_SEND_INTERVAL 15 // Time, in minutes, between sending out time to remote devices, set to 0 to only send when time is received
Loading…
Cancel
Save