posix-h4: enable uart flow control by default

This commit is contained in:
Matthias Ringwald 2025-04-09 12:06:37 +02:00
parent 2a12b8fc42
commit 49513b5205

View File

@ -97,7 +97,7 @@ static hci_transport_config_uart_t config = {
.device_name = "/dev/ttyACM0",
.baudrate_init = 115200,
.baudrate_main = 0,
.flowcontrol = BTSTACK_UART_FLOWCONTROL_OFF,
.flowcontrol = BTSTACK_UART_FLOWCONTROL_ON,
.parity = BTSTACK_UART_PARITY_OFF,
};