mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-25 18:35:17 +00:00
daemon: use . as storage path in windows
This commit is contained in:
parent
fb4ddcf3a9
commit
b6a1d7313d
@ -1901,7 +1901,7 @@ int btstack_server_run(int tcp_flag){
|
||||
// handle default init
|
||||
if (!btstack_server_storage_path){
|
||||
#ifdef _WIN32
|
||||
btstack_server_storage_path = strdup("");
|
||||
btstack_server_storage_path = strdup(".");
|
||||
#else
|
||||
btstack_server_storage_path = strdup("/tmp");
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user