mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-14 11:56:32 +03:00
add TLS support for all boards
This commit is contained in:
@@ -6,8 +6,6 @@ For a copy, see <https://opensource.org/licenses/MIT> or
|
||||
the LICENSE file.
|
||||
*/
|
||||
|
||||
#ifndef NO_TLS_SUPPORT
|
||||
|
||||
#include "ClientSecureSync.h"
|
||||
#include <lwip/sockets.h>
|
||||
#include "../Config.h"
|
||||
@@ -66,5 +64,3 @@ bool ClientSecureSync::disconnected() {
|
||||
}
|
||||
|
||||
} // namespace espMqttClientInternals
|
||||
|
||||
#endif
|
||||
@@ -8,7 +8,6 @@ the LICENSE file.
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NO_TLS_SUPPORT
|
||||
|
||||
// #include "esp_tls.h"
|
||||
#include <WiFiClient.h>
|
||||
@@ -34,5 +33,3 @@ class ClientSecureSync : public Transport {
|
||||
};
|
||||
|
||||
} // namespace espMqttClientInternals
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user