mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user