Browse Source

ntp: timelib header is no longer included by default

mcspr-patch-1
DmitryBlinov 3 years ago
committed by Maxim Prokhorov
parent
commit
a79c7c4e95
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      code/espurna/libs/SecureClientHelpers.h
  2. +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"


Loading…
Cancel
Save