wiced: used 1 mbps UART after hangs on ISM43341 at 2 mbps

This commit is contained in:
Matthias Ringwald 2017-11-08 17:14:32 +01:00
parent ad1a357b97
commit f984cbe3d5
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ static btstack_packet_callback_registration_t hci_event_callback_registration;
static const hci_transport_config_uart_t hci_transport_config_uart = {
HCI_TRANSPORT_CONFIG_UART,
115200,
2000000, // 300000+ didn't work reliably, the 48 MHz UART config might be needed for this
1000000, // 200000+ didn't work reliably
1,
NULL,
};

View File

@ -65,7 +65,7 @@ static btstack_uart_config_t uart_config;
static const hci_transport_config_uart_t transport_config = {
HCI_TRANSPORT_CONFIG_UART,
115200,
200000, // 300000+ didn't work reliably, the 48 MHz UART config might be needed for this
1000000, // 200000+ didn't work reliably
0,
NULL,
};