@@ -1,3 +1,5 @@
+## 1.15
+ - Add downgrade from iClass SR to iClass Legacy
## 1.14
- Add plugin to parse some wiegand formats
- Store unknown blocks in picopass file with '??'
@@ -14,7 +14,7 @@ App(
],
stack_size=4 * 1024,
fap_description="App to communicate with NFC tags using the PicoPass(iClass) format",
- fap_version="1.14",
+ fap_version="1.15",
fap_icon="125_10px.png",
fap_category="NFC",
fap_libs=["mbedtls"],
@@ -0,0 +1,12 @@
+# Picopass
+
+https://lab.flipper.net/apps/picopass
+## Build
+```bash
+git clone https://gitlab.com/bettse/picopass.git
+cd picopass
+git submodule init && git submodule update
+ufbt
+```