From 8cd0f4d95d83ec2cd3e769d35cfd9ba835347887 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Mon, 24 Mar 2025 00:31:38 -0400 Subject: [PATCH] idf mqtt ssl --- ESP-IDF_mqtt-ssl/main/app_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP-IDF_mqtt-ssl/main/app_main.c b/ESP-IDF_mqtt-ssl/main/app_main.c index 8e3d20e63..69a319b75 100644 --- a/ESP-IDF_mqtt-ssl/main/app_main.c +++ b/ESP-IDF_mqtt-ssl/main/app_main.c @@ -48,7 +48,7 @@ static void log_error_if_nonzero(const char *message, int error_code) * This function is called by the MQTT client event loop. * * @param handler_args user data registered to the event. - * @param base Event base for the handler(always MQTT Base in this example). + * @param base Event base for the handler(always MQTT Base). * @param event_id The id for the received event. * @param event_data The data for the event, esp_mqtt_event_handle_t. */