Ver código fonte

Merge branch 'bugfix/freemodbus_change_max_task_prio_v41' into 'release/v4.1'

Bugfix/freemodbus change max task prio (backport v4.1)

See merge request espressif/esp-idf!13721
Michael (XIAO Xufeng) 4 anos atrás
pai
commit
cd99f0856c
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      components/freemodbus/Kconfig

+ 2 - 2
components/freemodbus/Kconfig

@@ -68,11 +68,11 @@ menu "Modbus configuration"
         depends on FMB_COMM_MODE_ASCII_EN
         depends on FMB_COMM_MODE_ASCII_EN
         help
         help
                 This option defines response timeout of slave in milliseconds for ASCII communication mode.
                 This option defines response timeout of slave in milliseconds for ASCII communication mode.
-                Thus the timeout will expire and allow the master’s program to handle the error.
+                Thus the timeout will expire and allow the master program to handle the error.
 
 
     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.