Moving mqtt loop to new task with lower priority than wifi and http to limit impact of mqtt load on wifi and http performance.

This commit is contained in:
Matt Holmes 2025-03-09 18:33:14 +00:00
parent 6109211c96
commit d9167c3cc7
2 changed files with 32 additions and 9 deletions

View file

@ -25,6 +25,7 @@
*/
#define TASK_CORE_PRIO 4
#define TASK_CONNECTIVITY_PRIO 3
#define TASK_MQTT_PRIO 2
#define TASK_MODBUS_PRIO 8
#define TASK_ACAN2515_PRIORITY 10
#define TASK_ACAN2517FD_PRIORITY 10