Skip to content

Commit b3ceb24

Browse files
gamesquest1coderkevin
authored andcommitted
Update DIRECTIONS.md (#6)
tiny fix to new file path
1 parent 7ea9001 commit b3ceb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DIRECTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ device.connstring = "pn532_i2c:/dev/i2c-1"
6767
In this system, the cartridges don't need to be written to, we configure a mapping to their UIDs, which should already be uniquely pre-programmed to each tag.
6868

6969
### Record your NFC tag UIDs
70-
1. Run `tail -f /var/log/nfc_poll.log`
70+
1. Run `tail -f /dev/shm/nfc_poll.log`
7171
2. Place a cartridge (NFC tag) over the reader, the log should output "Reading NFC UID: 00000000000000" where the zeroes are the UID of the tag.
7272
3. Copy/paste the UID into a text file.
7373
4. Continue with all tags you wish to use.

0 commit comments

Comments
 (0)