diff --git a/chipset-cc256x/bt_control_cc256x.c b/chipset-cc256x/bt_control_cc256x.c index 49196aae3..282a7f441 100644 --- a/chipset-cc256x/bt_control_cc256x.c +++ b/chipset-cc256x/bt_control_cc256x.c @@ -229,7 +229,7 @@ static const bt_control_t bt_control_cc256x = { }; static const hci_uart_config_t hci_uart_config_cc256x = { - .baudrate_init = 57600, + .baudrate_init = 115200, .baudrate_main = 1000000 };