From 7d8ff31c599f416408257860f910816b0620c9dd Mon Sep 17 00:00:00 2001 From: David Cermak Date: Fri, 23 Aug 2019 09:42:15 +0200 Subject: [PATCH] mqtt: referenced esp-mqtt master to fix disconnect crash issue and update docs generation for mqtt library Backport of 6fb085dbc9e6d8bc232e7b8f506217f680d50ed0 --- components/mqtt/esp-mqtt | 2 +- docs/Doxyfile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/mqtt/esp-mqtt b/components/mqtt/esp-mqtt index 6f1fc3785..e3b013e2d 160000 --- a/components/mqtt/esp-mqtt +++ b/components/mqtt/esp-mqtt @@ -1 +1 @@ -Subproject commit 6f1fc3785af8cc7765f78dd93f09aeb0109cd2b7 +Subproject commit e3b013e2db58124ea68cf7c8f44a8cba6e1572b7 diff --git a/docs/Doxyfile b/docs/Doxyfile index 18a477275..bad5dfc23 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -226,7 +226,8 @@ PREDEFINED = \ configTHREAD_LOCAL_STORAGE_DELETE_CALLBACKS=1 \ configNUM_THREAD_LOCAL_STORAGE_POINTERS=1 \ configUSE_APPLICATION_TASK_TAG=1 \ - configTASKLIST_INCLUDE_COREID=1 + configTASKLIST_INCLUDE_COREID=1 \ + "ESP_EVENT_DECLARE_BASE(x)=extern esp_event_base_t x" ## Do not complain about not having dot ##