Browse Source

updated README.md to mark progress

frux-c 2 years ago
parent
commit
f14deede51
1 changed files with 19 additions and 9 deletions
  1. 19 9
      README.md

+ 19 - 9
README.md

@@ -1,18 +1,29 @@
 # [UHF]RFID App for FlipperZero
 
 <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;
 ">
   <img style="
-    width: 350px;"
+    width: 280px;
+    height: auto;"
     src="assets/img/uhf_demo_app2.jpg">
   <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>
 
 ## Overview
@@ -21,8 +32,7 @@ This repository contains a UHF RFID application developed for FlipperZero, a ver
 
 ## 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