Skip to content
Snippets Groups Projects
Commit b466d35f authored by Carlo Guarnieri Calo' Carducci's avatar Carlo Guarnieri Calo' Carducci
Browse files

repo: fix mqtt unhandled event error

parent 672cba0a
Branches feature/scons
No related tags found
No related merge requests found
......@@ -111,6 +111,9 @@ esp_err_t mqtt_event_handler(esp_mqtt_event_handle_t event)
xTaskNotify(mqtt_subscriber_handle, 0x00, eNoAction);
break;
case MQTT_EVENT_DELETED:
break;
case MQTT_EVENT_BEFORE_CONNECT:
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment