ソースを参照

Merge cyborg_detector from https://github.com/RocketGod-git/Flipper-Zero-Cyborg-Detector

Willy-JL 1 年間 前
コミット
05b227fc46

+ 1 - 1
cyborg_detector/application.fam

@@ -6,7 +6,7 @@ App(
     cdefines=["APP_CYBORG_DETECTOR"],
     fap_category="NFC",
     fap_author="@RocketGod-git",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="App generates a continous NFC field to make body mod implant LEDs glow. Tested on a Dangerous Things xSIID.",
     fap_icon="icons/cyborg_detector_icon.png",
     fap_libs=["assets"],

+ 5 - 1
cyborg_detector/docs/CHANGELOG.md

@@ -1,3 +1,7 @@
+## v1.1
+
+- App Catalog improvements by [RocketGod](@RocketGod-git)
+
 ## v1.0
 
-- Initial release.
+- Initial release by [RocketGod](@RocketGod-git.)

+ 10 - 1
cyborg_detector/docs/README.md

@@ -1,5 +1,14 @@
-**ToDo:**
+# Cyborg Detector
+
+## How it works
+
+Run the app and move the Flipper Zero over implants or other LED equipped NFC tags and the light will glow.
+
+## ToDo:
 
 - Feedback showing when a cyborg is detected.
 - Switch between NFC and RFID detection.
 - Possibly display dynamic chip data as found without stopping. Screen to update only when new data is found.
+
+## Developer:
+- **RocketGod** (@RocketGod-git)

+ 1 - 2
cyborg_detector/manifest.yml

@@ -7,7 +7,6 @@ id: 'cyborg_detector'
 name: 'Cyborg Detector'
 screenshots:
   - 'screenshots/Screenshot1.png'
-  - 'screenshots/Screenshot2.png'
 short_description: 'App generates a continous NFC field to make body mod implant LEDs glow. Tested on a Dangerous Things xSIID.'
 sourcecode:
   location:
@@ -15,4 +14,4 @@ sourcecode:
     origin: https://github.com/RocketGod-git/Flipper-Zero-Cyborg-Detector.git
     subdir:
   type: git
-version: 1.0
+version: 1.1

BIN
cyborg_detector/screenshots/Screenshot1.png


BIN
cyborg_detector/screenshots/Screenshot2.png