Browse Source

Merge magspoof from https://github.com/zacharyweiss/magspoof_flipper

# Conflicts:
#	magspoof/helpers/mag_text_input.c
#	magspoof/helpers/mag_text_input.h
Willy-JL 1 year ago
parent
commit
0b67924db8
2 changed files with 3 additions and 3 deletions
  1. 2 2
      magspoof/application.fam
  2. 1 1
      magspoof/helpers/mag_types.h

+ 2 - 2
magspoof/application.fam

@@ -18,8 +18,8 @@ App(
     fap_category="GPIO",
     fap_icon_assets="icons",
     fap_icon_assets_symbol="mag",
-    fap_version=(0, 5),  # major, minor
-    fap_description="WIP MagSpoof port using the RFID subsystem",
+    fap_version=(0, 7),  # major, minor
+    fap_description="Enables wireless transmission of magstripe data",
     fap_author="Zachary Weiss",
     fap_weburl="https://github.com/zacharyweiss/magspoof_flipper",
 )

+ 1 - 1
magspoof/helpers/mag_types.h

@@ -1,6 +1,6 @@
 #pragma once
 
-#define MAG_VERSION_APP "0.07"
+#define MAG_VERSION_APP FAP_VERSION
 #define MAG_DEVELOPER "Zachary Weiss"
 #define MAG_GITHUB "github.com/zacharyweiss/magspoof_flipper"