Jelajahi Sumber

added some minor quality of app changes

frux-c 2 tahun lalu
induk
melakukan
231c0f2753
3 mengubah file dengan 13 tambahan dan 17 penghapusan
  1. 11 9
      README.md
  2. 2 8
      application.fam
  3. TEMPAT SAMPAH
      icons/uhf_10px.png

+ 11 - 9
README.md

@@ -12,22 +12,23 @@ This repository contains a UHF RFID application developed for FlipperZero, a ver
 - Reading bank now can automatically detect bank size, for cases that PC(protocol control) bits aren't properly written to tag.
 - Reading bank now can automatically detect bank size, for cases that PC(protocol control) bits aren't properly written to tag.
 - Can now view tag from saved.
 - Can now view tag from saved.
 - Can now write tags from saved.
 - Can now write tags from saved.
+- Icon added by [@xMasterX](https://github.com/xMasterX)
+- App is now named `[(Q)M100] UHF RFID`, meaning for M100 and QM100 modules
 
 
 ## Features
 ## Features
 
 
 - [x] Read Single UHF RFID tag.
 - [x] Read Single UHF RFID tag.
 - [x] View saved UHF RFID tag.
 - [x] View saved UHF RFID tag.
 - [x] Write Single UHF RFID tag.
 - [x] Write Single UHF RFID tag.
-- [ ] Change Module setting parameters. __(In Progress)__
-    - [ ] Set/Reset Access Password
-    - [ ] Set Kill Password
-    - [ ] Kill Tag
-    - [ ] TBD
+- [ ] Change Module setting parameters. **(In Progress)**
+  - [ ] Set/Reset Access Password
+  - [ ] Set Kill Password
+  - [ ] Kill Tag
+  - [ ] TBD
 - [ ] Edit/Create new data to write.
 - [ ] Edit/Create new data to write.
 - Extras
 - Extras
-    - [ ] Read multiple tags at once
-    - [ ] View multiple on a list view
-
+  - [ ] Read multiple tags at once
+  - [ ] View multiple on a list view
 
 
 ## Requirements
 ## Requirements
 
 
@@ -55,7 +56,7 @@ To run this application on FlipperZero, you will need:
 2. Connect the uhf module to the flipper via gpio.
 2. Connect the uhf module to the flipper via gpio.
 3. Navigate to the UHF RFID app on FlipperZero's menu.
 3. Navigate to the UHF RFID app on FlipperZero's menu.
 4. Currently Reading the EPC tag is the only usable option
 4. Currently Reading the EPC tag is the only usable option
-... will further update this page as it development goes
+   ... will further update this page as it development goes
 
 
 ## Contributions
 ## Contributions
 
 
@@ -72,6 +73,7 @@ As this app is still in the development stage, I welcome contributions to this p
 - [MagicRF M100&QM100_Firmware_manual_en.pdf](assets/res/MagicRF_M100&QM100_Firmware_manual_en.pdf)
 - [MagicRF M100&QM100_Firmware_manual_en.pdf](assets/res/MagicRF_M100&QM100_Firmware_manual_en.pdf)
 - [TDS_1_9_Standard.pdf](assets/res/TDS_1_9_Standard.pdf)
 - [TDS_1_9_Standard.pdf](assets/res/TDS_1_9_Standard.pdf)
 - [M5Stack Docs](https://docs.m5stack.com/en/unit/uhf_rfid)
 - [M5Stack Docs](https://docs.m5stack.com/en/unit/uhf_rfid)
+- [MagicRF Chip DS](http://www.magicrf.com/product_en.htm)
 
 
 ## Contact
 ## Contact
 
 

+ 2 - 8
application.fam

@@ -1,6 +1,6 @@
 App(
 App(
     appid="uhf_rfid",
     appid="uhf_rfid",
-    name="[UHF]RFID",
+    name="[(Q)M100] UHF RFID",
     apptype=FlipperAppType.EXTERNAL,
     apptype=FlipperAppType.EXTERNAL,
     targets=["f7"],
     targets=["f7"],
     entry_point="uhf_app_main",
     entry_point="uhf_app_main",
@@ -10,14 +10,8 @@ App(
     ],
     ],
     stack_size=4 * 1024,
     stack_size=4 * 1024,
     order=30,
     order=30,
-    # fap_icon="125_10px.png",
+    fap_icon="icons/uhf_10px.png",
     fap_category="RFID",
     fap_category="RFID",
-    # fap_libs=["mbedtls"],
-    # fap_private_libs=[
-    #     Lib(
-    #         name="loclass",
-    #     ),
-    # ],
     fap_icon_assets="icons",
     fap_icon_assets="icons",
     fap_icon_assets_symbol="uhf_rfid",
     fap_icon_assets_symbol="uhf_rfid",
 )
 )

TEMPAT SAMPAH
icons/uhf_10px.png