Sfoglia il codice sorgente

Merge nfc_magic from https://github.com/flipperdevices/flipperzero-good-faps

Willy-JL 2 anni fa
parent
commit
1780aef759

+ 4 - 0
nfc_magic/.catalog/changelog.md

@@ -1,4 +1,8 @@
+## 1.2
+ - Minimal changes for recent API updates
+
 ## 1.1
  - Rework application with new NFC API
+
 ## 1.0
  - Initial release

+ 1 - 1
nfc_magic/application.fam

@@ -10,7 +10,7 @@ App(
     ],
     stack_size=4 * 1024,
     fap_description="Application for writing to NFC tags with modifiable sector 0",
-    fap_version="1.1",
+    fap_version="1.2",
     fap_icon="125_10px.png",
     fap_category="NFC",
     fap_private_libs=[

+ 0 - 1
nfc_magic/nfc_magic_app.c

@@ -23,7 +23,6 @@ void nfc_magic_app_tick_event_callback(void* context) {
 
 void nfc_magic_app_show_loading_popup(void* context, bool show) {
     NfcMagicApp* instance = context;
-
     if(show) {
         // Raise timer priority so that animations can play
         furi_timer_set_thread_priority(FuriTimerThreadPriorityElevated);