mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
windows: store link key in current dir instead of /tmp
This commit is contained in:
parent
341c09ee6e
commit
9419a14f96
@ -45,7 +45,11 @@
|
||||
|
||||
#include "btstack_util.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define LINK_KEY_PATH ""
|
||||
#else
|
||||
#define LINK_KEY_PATH "/tmp/"
|
||||
#endif
|
||||
#define LINK_KEY_PREFIX "btstack_at_"
|
||||
#define LINK_KEY_FOR "_link_key_for_"
|
||||
#define LINK_KEY_SUFFIX ".txt"
|
||||
|
Loading…
x
Reference in New Issue
Block a user