Browse Source

add support for RTC (ds3231 ds1307 etc)

rtc
poulch74 6 years ago
parent
commit
0afa4776d0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/config/general.h

+ 1
- 1
code/espurna/config/general.h View File

@ -990,7 +990,7 @@
#endif
#ifndef NTP_UPDATE_INTERVAL
#define NTP_UPDATE_INTERVAL 180 // NTP check every 30 minutes
#define NTP_UPDATE_INTERVAL 1800 // NTP check every 30 minutes
#endif
#ifndef NTP_START_DELAY


Loading…
Cancel
Save