windows: use hci_dump.pklg in current dir instead of /tmp

This commit is contained in:
Matthias Ringwald 2016-12-02 17:46:20 +01:00
parent 9419a14f96
commit 5096a6aec9

View File

@ -144,7 +144,7 @@ int main(int argc, const char * argv[]){
btstack_memory_init();
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
config.device_name = "\\\\.\\COM7";