pub const esp_mqtt_event_id_t_MQTT_USER_EVENT: esp_mqtt_event_id_t = 9;
Expand description

< Custom event used to queue tasks into mqtt event handler All fields from the esp_mqtt_event_t type could be used to pass an additional context data to the handler.