mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 20:42:47 +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
|
#ifdef HAVE_TRANSPORT_H4
|
||||||
transport = hci_transport_h4_instance();
|
transport = hci_transport_h4_instance();
|
||||||
config.device_name = UART_DEVICE;
|
config.device_name = UART_DEVICE;
|
||||||
config.baudrate = UART_SPEED;
|
config.baudrate_init = UART_SPEED;
|
||||||
|
config.baudrate_main = 0;
|
||||||
config.flowcontrol = 1;
|
config.flowcontrol = 1;
|
||||||
// config.flowcontrol = 0; // external Bluetooth!
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_TRANSPORT_USB
|
#ifdef HAVE_TRANSPORT_USB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user