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:
Eduard Iten 2025-07-01 21:55:01 +02:00
parent 95fd88e93e
commit 24087f5622
1 changed files with 1 additions and 0 deletions

View File

@ -27,3 +27,4 @@ CONFIG_SETTINGS_LOG_LEVEL_DBG=y
CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_MODBUS=y CONFIG_MODBUS=y
CONFIG_MODBUS_ROLE_SERVER=y CONFIG_MODBUS_ROLE_SERVER=y
CONFIG_MODBUS_BUFFER_SIZE=256