Removes leftover calls to event_handler

The possibility to add a callback as custom handler was removed from
the client in favor of esp_event. These removes the older alternative
that wasn't possible to use.
This commit is contained in:
Euripedes Rocha
2023-06-09 10:11:18 +02:00
parent a89af4bf8d
commit a492935951
3 changed files with 0 additions and 14 deletions
-1
View File
@@ -213,7 +213,6 @@ typedef struct esp_mqtt_event_t {
typedef esp_mqtt_event_t *esp_mqtt_event_handle_t;
typedef esp_err_t (*mqtt_event_callback_t)(esp_mqtt_event_handle_t event);
/**
* *MQTT* client configuration structure