Skip to content

Commit d852cc8

Browse files
committed
version + readme
1 parent 5765690 commit d852cc8

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,12 @@ An example file can be found in the repository
1414
## How to build
1515
This app was design, built and tested using the <a href="https://github.com/Flipper-XFW/Xtreme-Firmware">Xtreme firmware</a> so keep that in mind when building the FAP for yourself
1616

17-
## Known Issues
18-
- A weird freeze which occurs when trying to rename a playlist (occurs randomly doesn't happen when renaming it the first time)
17+
## Settings
18+
- Emulate time (How long the NFC card will be emulated for)
19+
- Delay time (How long the gap between the cards will be)
20+
- LED indicator (Whether or not the LED's will be on)
21+
- Reset settings (Puts all the settings back to the defaults)
22+
23+
## Playlist editor
24+
- Delete playlist (Deletes the selected playlist)
25+
- Rename playlist (Renames the selected playlist the new name provided)

application.fam

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ App(
88
fap_category="NFC",
99
fap_author="@acegoal07",
1010
fap_weburl="https://github.com/acegoal07/FlipperZero_NFC_Playlist/tree/main",
11-
fap_version="1.1",
11+
fap_version="1.3",
1212
fap_icon="assets/icon.png",
1313
fap_private_libs=[
1414
Lib(

0 commit comments

Comments
 (0)