mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
windows: use hci_dump.pklg in current dir instead of /tmp
This commit is contained in:
parent
9419a14f96
commit
5096a6aec9
@ -144,7 +144,7 @@ int main(int argc, const char * argv[]){
|
|||||||
btstack_memory_init();
|
btstack_memory_init();
|
||||||
btstack_run_loop_init(btstack_run_loop_windows_get_instance());
|
btstack_run_loop_init(btstack_run_loop_windows_get_instance());
|
||||||
|
|
||||||
hci_dump_open(NULL, HCI_DUMP_STDOUT);
|
hci_dump_open("hci_dump.pklg", HCI_DUMP_PACKETLOGGER);
|
||||||
|
|
||||||
// pick serial port
|
// pick serial port
|
||||||
config.device_name = "\\\\.\\COM7";
|
config.device_name = "\\\\.\\COM7";
|
||||||
|
Loading…
Reference in New Issue
Block a user