mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
216 B
Plaintext
10 lines
216 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_ISR_IN_IRAM=y
|
|
CONFIG_FMB_TIMER_USE_ISR_DISPATCH_METHOD=y
|