Просмотр исходного кода

Merge uhf_rfid from https://github.com/frux-c/uhf_rfid

Willy-JL 1 год назад
Родитель
Сommit
ff03bbd6fa

+ 20 - 9
uhf_rfid/README.md

@@ -1,18 +1,30 @@
 # [UHF]RFID App for FlipperZero
 # [UHF]RFID App for FlipperZero
 
 
 <div style="
 <div style="
-display: flex;
-flex-direction: row;
-justify-content: space-evenly;
+display: grid;
+grid-template-columns: repeat(2, 1fr);
+grid-template-rows: repeat(2, 1fr);
+gap: 2px;
+justify-items: center;
 align-items: center;
 align-items: center;
+width: 100vw;
 ">
 ">
   <img style="
   <img style="
-    width: 350px;"
+    width: 280px;
+    height: auto;"
     src="assets/img/uhf_demo_app2.jpg">
     src="assets/img/uhf_demo_app2.jpg">
   <img style="
   <img style="
-    border-radius: 10px;
-    width: 400px;"
-  src="assets/img/uhf_demo_app.jpg">
+    width: 280px;
+    height: auto;"
+    src="assets/img/uhf_demo_app.jpg">
+  <img style="
+    width: 280px;
+    height: auto;"
+  src="assets/img/P_20231205_154700.jpg">
+  <img style="
+    width: 280px;
+    height: auto;"
+  src="assets/img/P_20231205_154717.jpg">
 </div>
 </div>
 
 
 ## Overview
 ## Overview
@@ -21,8 +33,7 @@ This repository contains a UHF RFID application developed for FlipperZero, a ver
 
 
 ## What's Ongoing
 ## What's Ongoing
 
 
-Working on the settings page to allow for changing of the module's settings.
-Adding options like settings the access password, baud rate, rf power, channel, etc.
+Adding features to the app to make it more usable and stable. Currently, also addressing the issue page to fix bugs and improve the app. And also add the planned and requested features. For example, UI Change to show all info from initial scan; feature to identify the tag type and show the info accordingly; and more.
 
 
 ## What's Changed
 ## What's Changed
 
 

BIN
uhf_rfid/assets/img/P_20231205_154508.jpg


BIN
uhf_rfid/assets/img/P_20231205_154626.jpg


BIN
uhf_rfid/assets/img/P_20231205_154700.jpg


BIN
uhf_rfid/assets/img/P_20231205_154717.jpg


BIN
uhf_rfid/assets/img/P_20231205_154749.jpg