update MqttClient

This commit is contained in:
MichaelDvP
2023-11-23 09:23:04 +01:00
parent 40a79c51ce
commit 09228e4637
2 changed files with 140 additions and 7 deletions

View File

@@ -53,6 +53,10 @@ the LICENSE file.
#define EMC_TASK_STACK_SIZE 5120
#endif
#ifndef EMC_MULTIPLE_CALLBACKS
#define EMC_MULTIPLE_CALLBACKS 0
#endif
#ifndef EMC_USE_WATCHDOG
#define EMC_USE_WATCHDOG 0
#endif