This commit is contained in:
gemu2015 2022-01-21 11:57:52 +01:00
parent f3be1445e4
commit 1339d5e792
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
#include "tasmota_options.h" #include "tasmota_options.h"
#if defined(ESP8266) && (defined(USE_TLS) || defined(USE_SENDMAIL)) #if defined(ESP8266) && defined(USE_TLS)
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#include "StackThunk_light.h" #include "StackThunk_light.h"

View File

@ -21,7 +21,7 @@
*/ */
#include "tasmota_options.h" #include "tasmota_options.h"
#if defined(USE_TLS) || defined(USE_SENDMAIL) #ifdef USE_TLS
// #define DEBUG_TLS // #define DEBUG_TLS
// #define DEBUG_ESP_SSL // #define DEBUG_ESP_SSL

View File

@ -24,7 +24,7 @@
#ifndef wificlientlightbearssl_h #ifndef wificlientlightbearssl_h
#define wificlientlightbearssl_h #define wificlientlightbearssl_h
#if defined(USE_TLS) || defined(USE_SENDMAIL) #ifdef USE_TLS
#include <vector> #include <vector>
#include "WiFiClient.h" #include "WiFiClient.h"
#include <t_bearssl.h> #include <t_bearssl.h>