File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,13 @@ typedef enum esp_mqtt_event_id_t {
8080 MQTT_EVENT_BEFORE_CONNECT , /*!< The event occurs before connecting */
8181 MQTT_EVENT_DELETED , /*!< Notification on delete of one message from the
8282 internal outbox, if the message couldn't have been sent
83- and acknowledged before expiring defined in
83+ or acknowledged before expiring defined in
8484 OUTBOX_EXPIRED_TIMEOUT_MS. (events are not posted upon
8585 deletion of successfully acknowledged messages)
8686 - This event id is posted only if
8787 MQTT_REPORT_DELETED_MESSAGES==1
8888 - Additional context: msg_id (id of the deleted
89- message).
89+ message, always 0 for QoS = 0 messages ).
9090 */
9191 MQTT_USER_EVENT , /*!< Custom event used to queue tasks into mqtt event handler
9292 All fields from the esp_mqtt_event_t type could be used to pass
You can’t perform that action at this time.
0 commit comments