mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 02:42:33 +00:00
posix-h4: enable uart flow control by default
This commit is contained in:
parent
2a12b8fc42
commit
49513b5205
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user