Skip to content

Commit e43df8d

Browse files
committed
Squashed 'nfc_magic/' changes from 7b8f268..58ffc02
58ffc02 upd nfc magic b0d9f7f fix icon 6b4b1fb move base pack here REVERT: 7b8f268 Updated Gen4 Fast-Configuration command (#55) REVERT: e7b96d2 Added fap_version field to all apps (#15) REVERT: df11adb Add descriptions for all the faps (#13) REVERT: e6f45b7 Manifest cleanup REVERT: 2191e14 Added app descriptions (#8) REVERT: f09316b Screenshots for app catalog (#6) REVERT: 576b13c nfc_magic: fix icon dependency (#5) REVERT: 11d98ac Move apps from flipperzero firmware into separate repository git-subtree-dir: nfc_magic git-subtree-split: 58ffc02
1 parent 7b8f268 commit e43df8d

File tree

6 files changed

+6
-35
lines changed

6 files changed

+6
-35
lines changed

.catalog/README.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

.catalog/screenshots/1.png

-1.53 KB
Binary file not shown.

.catalog/screenshots/2.png

-2.1 KB
Binary file not shown.

Nfc_10px.png

304 Bytes
Loading

application.fam

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
App(
22
appid="nfc_magic",
3-
name="Nfc Magic",
3+
name="NFC Magic",
44
apptype=FlipperAppType.EXTERNAL,
55
targets=["f7"],
66
entry_point="nfc_magic_app",
@@ -9,9 +9,8 @@ App(
99
"gui",
1010
],
1111
stack_size=4 * 1024,
12-
fap_description="Application for writing to NFC tags with modifiable sector 0",
13-
fap_version="1.0",
14-
fap_icon="assets/125_10px.png",
12+
order=30,
13+
fap_icon="Nfc_10px.png",
1514
fap_category="NFC",
1615
fap_private_libs=[
1716
Lib(

nfc_magic_worker.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ void nfc_magic_worker_start(
5555
furi_assert(magic_dev);
5656
furi_assert(dev_data);
5757

58+
furi_hal_nfc_deinit();
59+
furi_hal_nfc_init();
60+
5861
nfc_magic_worker->callback = callback;
5962
nfc_magic_worker->context = context;
6063
nfc_magic_worker->magic_dev = magic_dev;

0 commit comments

Comments
 (0)