From 99e86143be866a062196638490c6bb602a6a36dd Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 14 Jan 2016 14:57:25 +0100 Subject: [PATCH] current FTDI adapter --- port/posix-cc2564b/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/posix-cc2564b/main.c b/port/posix-cc2564b/main.c index 61cd14a1f..ed4893a1d 100644 --- a/port/posix-cc2564b/main.c +++ b/port/posix-cc2564b/main.c @@ -101,7 +101,7 @@ int main(int argc, const char * argv[]){ hci_dump_open("/tmp/hci_dump.pklg", HCI_DUMP_PACKETLOGGER); // pick serial port - config.device_name = "/dev/tty.usbserial-AD025KU2"; + config.device_name = "/dev/tty.usbserial-A900K0VK"; // init HCI hci_transport_t * transport = hci_transport_h4_posix_instance();