mirror of
https://github.com/espressif/esp-idf
synced 2025-04-08 15:50:10 -04:00
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
#
|
|
# Modbus configuration
|
|
#
|
|
CONFIG_MB_COMM_MODE_ASCII=y
|
|
CONFIG_MB_SLAVE_ADDR=1
|
|
CONFIG_MB_UART_BAUD_RATE=115200
|
|
CONFIG_FMB_TIMER_PORT_ENABLED=y
|
|
CONFIG_FMB_TIMER_USE_ISR_DISPATCH_METHOD=y
|