mirror of https://github.com/arendst/Tasmota.git
revert
This commit is contained in:
parent
f3be1445e4
commit
1339d5e792
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "tasmota_options.h"
|
||||
|
||||
#if defined(ESP8266) && (defined(USE_TLS) || defined(USE_SENDMAIL))
|
||||
#if defined(ESP8266) && defined(USE_TLS)
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include "StackThunk_light.h"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
#include "tasmota_options.h"
|
||||
#if defined(USE_TLS) || defined(USE_SENDMAIL)
|
||||
#ifdef USE_TLS
|
||||
|
||||
// #define DEBUG_TLS
|
||||
// #define DEBUG_ESP_SSL
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#ifndef wificlientlightbearssl_h
|
||||
#define wificlientlightbearssl_h
|
||||
#if defined(USE_TLS) || defined(USE_SENDMAIL)
|
||||
#ifdef USE_TLS
|
||||
#include <vector>
|
||||
#include "WiFiClient.h"
|
||||
#include <t_bearssl.h>
|
||||
|
|
Loading…
Reference in New Issue