Merge branch 'dev' into nfcf

This commit is contained in:
nullableVoidPtr
2022-12-25 18:03:54 +08:00
127 changed files with 4809 additions and 388 deletions

View File

@@ -46,6 +46,7 @@ Nfc* nfc_alloc() {
// Nfc device
nfc->dev = nfc_device_alloc();
furi_string_set(nfc->dev->folder, NFC_APP_FOLDER);
// Open GUI record
nfc->gui = furi_record_open(RECORD_GUI);

View File

@@ -46,6 +46,7 @@ ARRAY_DEF(FuriStringStack, FuriString*, M_PTR_OPLIST);
ARRAY_DEF(MfClassicUserKeys, char*, M_PTR_OPLIST);
#define NFC_TEXT_STORE_SIZE 128
#define NFC_APP_FOLDER ANY_PATH("nfc")
typedef struct {