mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-06 09:27:41 +00:00
Fix Arduino IDE compilation error
Fix Arduino IDE compilation error
This commit is contained in:
parent
8c473adc86
commit
8da743f98e
@ -22,6 +22,9 @@
|
|||||||
|
|
||||||
#define LWIP_INTERNAL
|
#define LWIP_INTERNAL
|
||||||
|
|
||||||
|
#include "my_user_config.h"
|
||||||
|
#ifdef USE_MQTT_TLS
|
||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
@ -43,8 +46,6 @@ extern "C" {
|
|||||||
#include <include/ClientContext.h>
|
#include <include/ClientContext.h>
|
||||||
#include "c_types.h"
|
#include "c_types.h"
|
||||||
|
|
||||||
#include "my_user_config.h"
|
|
||||||
|
|
||||||
#define DEBUG_TLS
|
#define DEBUG_TLS
|
||||||
|
|
||||||
#ifndef ARDUINO_ESP8266_RELEASE_2_5_2
|
#ifndef ARDUINO_ESP8266_RELEASE_2_5_2
|
||||||
@ -944,3 +945,5 @@ bool WiFiClientSecure_light::_connectSSL(const char* hostName) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // USE_MQTT_TLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user