mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 05:04:33 +02:00
freemodbus: increase max priority of modbus tasks
allows to avoid issues with modbus processing when higher priority tasks are used in user application
This commit is contained in:
@@ -45,7 +45,7 @@ menu "Modbus configuration"
|
|||||||
|
|
||||||
config FMB_SERIAL_TASK_PRIO
|
config FMB_SERIAL_TASK_PRIO
|
||||||
int "Modbus serial task priority"
|
int "Modbus serial task priority"
|
||||||
range 3 10
|
range 3 23
|
||||||
default 10
|
default 10
|
||||||
help
|
help
|
||||||
Modbus UART driver event task priority.
|
Modbus UART driver event task priority.
|
||||||
@@ -113,7 +113,7 @@ menu "Modbus configuration"
|
|||||||
range 0 1
|
range 0 1
|
||||||
default 0
|
default 0
|
||||||
help
|
help
|
||||||
Modbus Timer group number that is used for timeout measurement.
|
Modbus Timer group number that is used for timeout measurement.
|
||||||
|
|
||||||
config FMB_TIMER_INDEX
|
config FMB_TIMER_INDEX
|
||||||
int "Modbus Timer index in the group"
|
int "Modbus Timer index in the group"
|
||||||
|
Reference in New Issue
Block a user