Storage: force mount (#3033)

* Storage: count opened files
* Storage: sd mount
* Storage: prompt to mount SD card if not mounted
* F18: update API
* F18: update API version
* Fix logger naming scheme
* Storage: storage_files_count -> storage_open_files_count

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Sergey Gavrilov
2023-09-04 14:10:07 +09:00
committed by GitHub
co-authored by あく
parent ce89240f6f
commit 0b806c2360
61 changed files with 201 additions and 99 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#define LFRFID_RAW_FILE_MAGIC 0x4C464952
#define LFRFID_RAW_FILE_VERSION 1
#define TAG "RFID RAW File"
#define TAG "LfRfidRawFile"
typedef struct {
uint32_t magic;
+1 -1
View File
@@ -10,7 +10,7 @@
#define RFID_DATA_BUFFER_SIZE 2048
#define READ_DATA_BUFFER_COUNT 4
#define TAG_EMULATE "RAW EMULATE"
#define TAG_EMULATE "RawEmulate"
// emulate mode
typedef struct {
+1 -1
View File
@@ -7,7 +7,7 @@
#include "tools/varint_pair.h"
#include "tools/bit_lib.h"
#define TAG "LFRFIDWorker"
#define TAG "LfRfidWorker"
/**
* if READ_DEBUG_GPIO is defined: