You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# FlipperZero_NFC_Playlist
1
+
# FlipperZero_NFC_Playlist:
2
2
The idea behind this app is to allow for you to test multiple copies of NFC's at once as a bulk test
3
3
4
4
At the moment this project is very basic and just reads the cards from the txt file and emulates the NFC's but this is very early days of development and i wanted to make a basic version of my idea first
@@ -8,6 +8,10 @@ When you start the app there is a start button when pressed starts the playlist
8
8
9
9
To set the playlist you need to create a file in ext/apps_data/nfc_playlist called playlist.txt you can find an example of the file in the repository
10
10
11
+
## Know problems:
12
+
- Unable to press any buttons while emulating as they are unresponsive and if you spam them it crashes the app
13
+
- Emulating UI can be a bit janky not displaying as intended 100% of the time
14
+
11
15
## TODO:
12
16
-[x] Add basic UI
13
17
-[X] Add checks for files that are not NFC and missing file and add a display for them
0 commit comments