Magspoof move folder and add example files

This commit is contained in:
Willy-JL
2023-08-04 19:58:56 +02:00
parent 299ab3e89b
commit 95a6dae54a
7 changed files with 21 additions and 15 deletions

View File

@@ -11,7 +11,7 @@
#define MAG_DEV_NAME_MAX_LEN 22
#define MAG_DEV_TRACKS 3
#define MAG_APP_FOLDER ANY_PATH("mag")
#define MAG_APP_FOLDER STORAGE_APP_DATA_PATH_PREFIX
#define MAG_APP_EXTENSION ".mag"
typedef void (*MagLoadingCallback)(void* context, bool state);