Skip to content

Commit

Permalink
version + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
acegoal07 committed Feb 8, 2024
1 parent 5765690 commit d852cc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,12 @@ An example file can be found in the repository
## How to build
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

## Known Issues
- A weird freeze which occurs when trying to rename a playlist (occurs randomly doesn't happen when renaming it the first time)
## Settings
- Emulate time (How long the NFC card will be emulated for)
- Delay time (How long the gap between the cards will be)
- LED indicator (Whether or not the LED's will be on)
- Reset settings (Puts all the settings back to the defaults)

## Playlist editor
- Delete playlist (Deletes the selected playlist)
- Rename playlist (Renames the selected playlist the new name provided)
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ App(
fap_category="NFC",
fap_author="@acegoal07",
fap_weburl="https://github.com/acegoal07/FlipperZero_NFC_Playlist/tree/main",
fap_version="1.1",
fap_version="1.3",
fap_icon="assets/icon.png",
fap_private_libs=[
Lib(
Expand Down

0 comments on commit d852cc8

Please sign in to comment.