mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-20 09:10:24 +00:00
idf mqtt ssl
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "esp_log.h"
|
||||
#include "mqtt_client.h"
|
||||
|
||||
static const char *TAG = "mqtts_example";
|
||||
static const char *TAG = "mqtts_ssl";
|
||||
|
||||
extern const uint8_t client_cert_pem_start[] asm("_binary_client_crt_start");
|
||||
extern const uint8_t client_cert_pem_end[] asm("_binary_client_crt_end");
|
||||
|
Reference in New Issue
Block a user