mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 11:48:35 -07:00
6 lines
125 B
C
6 lines
125 B
C
#pragma once
|
|
|
|
#define BT_KEYS_STORAGE_FILE_NAME ".bt.keys"
|
|
|
|
#define BT_KEYS_STORAGE_PATH INT_PATH(BT_KEYS_STORAGE_FILE_NAME)
|