Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgornekich <n.gorbadey@gmail.com>2021-07-02 16:44:10 +0300
committerGitHub <noreply@github.com>2021-07-02 16:44:10 +0300
commit602c125ef5255ccd8563fe521401dc571e7a1327 (patch)
treee958e27d014407f8a4f9e66949702a62635e7e97 /applications/applications.c
parent88be176fcfe00e75fc8237c38545f9d64295ca63 (diff)
[FL-1499] NFC App: save and load from SD card (#560)
* nfc: add save name and save success scenes * applications: increase nfc app stack size to 4k * nfc: move nfc device data to separate file * nfc: add nfc device save to SD card * nfc: add file select scene * nfc: add saved key menu scene * nfc: add manual SAK, ATQA, UID enter * nfc: add manual enter * nfc scenes: remove typedef in SubmenuIndex enu * nfc_device: close file_worker after load data Co-authored-by: あく <alleteam@gmail.com>
Diffstat (limited to 'applications/applications.c')
-rw-r--r--applications/applications.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/applications.c b/applications/applications.c
index 62b934b9..0ecf2c24 100644
--- a/applications/applications.c
+++ b/applications/applications.c
@@ -175,7 +175,7 @@ const FlipperApplication FLIPPER_APPS[] = {
#endif
#ifdef APP_NFC
- {.app = nfc_task, .name = "NFC", .stack_size = 1024, .icon = A_NFC_14},
+ {.app = nfc_task, .name = "NFC", .stack_size = 4096, .icon = A_NFC_14},
#endif
#ifdef APP_SUBGHZ