Преглед изворни кода

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

Willy-JL пре 2 година
родитељ
комит
727f25627f
3 измењених фајлова са 3 додато и 2 уклоњено
  1. 2 0
      picopass/.catalog/changelog.md
  2. 1 1
      picopass/application.fam
  3. 0 1
      picopass/picopass.c

+ 2 - 0
picopass/.catalog/changelog.md

@@ -1,3 +1,5 @@
+## 1.8
+ - Minimal changes for recent API updates
 ## 1.7
  - Rework application with new NFC API
 ## 1.6

+ 1 - 1
picopass/application.fam

@@ -10,7 +10,7 @@ App(
     ],
     stack_size=4 * 1024,
     fap_description="App to communicate with NFC tags using the PicoPass(iClass) format",
-    fap_version="1.7",
+    fap_version="1.8",
     fap_icon="125_10px.png",
     fap_category="NFC",
     fap_libs=["mbedtls"],

+ 0 - 1
picopass/picopass.c

@@ -196,7 +196,6 @@ void picopass_blink_stop(Picopass* picopass) {
 
 void picopass_show_loading_popup(void* context, bool show) {
     Picopass* picopass = context;
-
     if(show) {
         // Raise timer priority so that animations can play
         furi_timer_set_thread_priority(FuriTimerThreadPriorityElevated);