mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
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:
parent
6109211c96
commit
d9167c3cc7
2 changed files with 32 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue