Skip to content

Commit

Permalink
freemodbus: increase max priority of modbus tasks
Browse files Browse the repository at this point in the history
allows to avoid issues with modbus processing when higher priority tasks are used in user application


* Original commit: espressif/esp-idf@59935e4
  • Loading branch information
alisitsyn committed Mar 21, 2022
1 parent 920cef4 commit 5a27d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/freemodbus/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5a27d03

Please sign in to comment.