Store main settings in dedicated ext folder

This commit is contained in:
Willy-JL
2023-03-28 00:13:28 +01:00
parent e771899ec9
commit 10096ec95a
21 changed files with 58 additions and 64 deletions

View File

@@ -18,10 +18,8 @@
#include <bt/bt_settings.h>
#include <bt/bt_service/bt_keys_storage.h>
#include "bt_keys_filename.h"
#define BT_KEYS_STORAGE_OLD_PATH INT_PATH(BT_KEYS_STORAGE_FILE_NAME)
#define BT_KEYS_STORAGE_PATH EXT_PATH(BT_KEYS_STORAGE_FILE_NAME)
#define BT_KEYS_STORAGE_OLD_PATH INT_PATH(".bt.keys")
#define BT_KEYS_STORAGE_PATH CFG_PATH("bt.keys")
#define BT_API_UNLOCK_EVENT (1UL << 0)

View File

@@ -1,3 +0,0 @@
#pragma once
#define BT_KEYS_STORAGE_FILE_NAME ".bt.keys"