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
ntp: timelib header is no longer included by default
mcspr-patch-1
DmitryBlinov
3 years ago
committed by
Maxim Prokhorov
parent
d11f82d098
commit
a79c7c4e95
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
code/espurna/libs/SecureClientHelpers.h
+1
-0
code/espurna/thermostat.cpp
+ 1
- 0
code/espurna/libs/SecureClientHelpers.h
View File
@ -11,6 +11,7 @@
#
include
"../ntp.h"
#
if SECURE_CLIENT == SECURE_CLIENT_BEARSSL
#
include
"ntp_timelib.h"
#
include
<WiFiClientSecureBearSSL.h>
#
elif SECURE_CLIENT == SECURE_CLIENT_AXTLS
#
include
<WiFiClientSecureAxTLS.h>
+ 1
- 0
code/espurna/thermostat.cpp
View File
@ -11,6 +11,7 @@ Copyright (C) 2017 by Dmitry Blinov <dblinov76 at gmail dot com>
#
if THERMOSTAT_SUPPORT
#
include
"ntp.h"
#
include
"ntp_timelib.h"
#
include
"relay.h"
#
include
"sensor.h"
#
include
"mqtt.h"
Write
Preview
Loading…
Cancel
Save