Merge branch 'fz-dev' into dev

This commit is contained in:
MX
2022-12-19 23:34:35 +03:00
6 changed files with 53 additions and 12 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);