From 11313f72edc25fdabeb4078e8fc0b1a416403f60 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Mon, 24 Mar 2025 00:28:00 -0400 Subject: [PATCH] idf mqtt ssl --- ESP-IDF_mqtt-ssl/main/app_main.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ESP-IDF_mqtt-ssl/main/app_main.c b/ESP-IDF_mqtt-ssl/main/app_main.c index 1a193165d..eede742e9 100644 --- a/ESP-IDF_mqtt-ssl/main/app_main.c +++ b/ESP-IDF_mqtt-ssl/main/app_main.c @@ -1,10 +1,7 @@ -/* MQTT Mutual Authentication Example +/* MQTT SSL Mutual Authentication - This example code is in the Public Domain (or CC0 licensed, at your option.) - - Unless required by applicable law or agreed to in writing, this - software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR - CONDITIONS OF ANY KIND, either express or implied. + Created: March 3, 2025 + Edited: March 24, 2025 */ #include #include