This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
add support for RTC (ds3231 ds1307 etc)
rtc
poulch74
6 years ago
parent
8fec2a03d7
commit
0afa4776d0
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/config/general.h
+ 1
- 1
code/espurna/config/general.h
View File
@ -990,7 +990,7 @@
#
endif
#
endif
#
ifndef NTP_UPDATE_INTERVAL
#
ifndef NTP_UPDATE_INTERVAL
#
define NTP_UPDATE_INTERVAL 180
/
/
NTP check every 30 minutes
#
define NTP_UPDATE_INTERVAL 180
0
/
/
NTP check every 30 minutes
#
endif
#
endif
#
ifndef NTP_START_DELAY
#
ifndef NTP_START_DELAY
Write
Preview
Loading…
Cancel
Save