mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-07-31 19:25:14 +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:
@@ -61,7 +61,6 @@ typedef struct mqtt_state {
|
||||
} mqtt_state_t;
|
||||
|
||||
typedef struct {
|
||||
mqtt_event_callback_t event_handle;
|
||||
esp_event_loop_handle_t event_loop_handle;
|
||||
int task_stack;
|
||||
int task_prio;
|
||||
|
Reference in New Issue
Block a user