fix(slave_node): Increase Modbus buffer size
- Set CONFIG_MODBUS_BUFFER_SIZE to 256 to ensure the slave can handle larger data packets sent by the client during firmware updates.
This commit is contained in:
parent
95fd88e93e
commit
24087f5622
|
|
@ -27,3 +27,4 @@ CONFIG_SETTINGS_LOG_LEVEL_DBG=y
|
|||
CONFIG_UART_INTERRUPT_DRIVEN=y
|
||||
CONFIG_MODBUS=y
|
||||
CONFIG_MODBUS_ROLE_SERVER=y
|
||||
CONFIG_MODBUS_BUFFER_SIZE=256
|
||||
|
|
|
|||
Loading…
Reference in New Issue