mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-23 03:13:01 +03: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
|