|
|
@@ -4,10 +4,13 @@ The idea behind this app is to allow for you to test multiple copies of NFC's at
|
|
|
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
|
|
|
|
|
|
## How it works (As of the moment will change):
|
|
|
-At the moment it reads the files and in what order from a txt file in the apps_data folder called playlist.txt an example of the file can be found in the repository
|
|
|
+When you start the app there is a start button when pressed starts the playlist
|
|
|
+
|
|
|
+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
|
|
|
|
|
|
## TODO:
|
|
|
- [x] Add basic UI
|
|
|
+- [ ] Add checks for files that are not NFC and missing file and add a display for them
|
|
|
- [ ] Add the ability to adjust time between cards
|
|
|
- [ ] Add the ability to adjust card queue from within the app
|
|
|
-- [ ] Make it so you can pause, stop and continue the running of the cards
|
|
|
+- [ ] Make it so you can pause, stop and continue the running of the cards
|