idf mqtt ssl

This commit is contained in:
2025-03-24 00:31:38 -04:00
parent 8d82358695
commit 8cd0f4d95d

View File

@@ -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.
*/