From 002e6b8cec42a969d818c9b31a5499f239c2383d Mon Sep 17 00:00:00 2001 From: aleks Date: Mon, 16 Nov 2020 17:03:30 +0100 Subject: [PATCH] freemodbus: increase max priority of modbus tasks allows to avoid issues with modbus processing when higher priority tasks are used in user application --- components/freemodbus/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/freemodbus/Kconfig b/components/freemodbus/Kconfig index e88f18a0bb..1127543d5f 100644 --- a/components/freemodbus/Kconfig +++ b/components/freemodbus/Kconfig @@ -107,7 +107,7 @@ menu "Modbus configuration" config FMB_PORT_TASK_PRIO int "Modbus port task priority" - range 3 10 + range 3 23 default 10 help Modbus port data processing task priority.