mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 13:20:39 +00:00
update to provide baudrate_init
This commit is contained in:
parent
ca3e27cc45
commit
8b3e57c885
@ -524,10 +524,10 @@ int main (int argc, char * const * argv){
|
||||
|
||||
#ifdef HAVE_TRANSPORT_H4
|
||||
transport = hci_transport_h4_instance();
|
||||
config.device_name = UART_DEVICE;
|
||||
config.baudrate = UART_SPEED;
|
||||
config.device_name = UART_DEVICE;
|
||||
config.baudrate_init = UART_SPEED;
|
||||
config.baudrate_main = 0;
|
||||
config.flowcontrol = 1;
|
||||
// config.flowcontrol = 0; // external Bluetooth!
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TRANSPORT_USB
|
||||
|
Loading…
x
Reference in New Issue
Block a user