From 5a27d035311c0bec55d8c0c622d7707c23aaf891 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 * Original commit: espressif/esp-idf@59935e44c059d34ce2e25ea88910a3f804dd17d2 --- components/freemodbus/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/freemodbus/Kconfig b/components/freemodbus/Kconfig index e88f18a..1127543 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.