Skip to content

Commit

Permalink
RFID reader info for KKMOON
Browse files Browse the repository at this point in the history
  • Loading branch information
MiczFlor committed Aug 2, 2019
1 parent ec15c06 commit bbbf23a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/daemon_rfid_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@

while True:
# reading the card id
# NOTE: it's been reported that KKMOON Reader might need the following line altered.
# Instead of:
# cardid = reader.reader.readCard()
# change the line to:
# cardid = reader.readCard()
# See here for (German ;) details:
# https://github.com/MiczFlor/RPi-Jukebox-RFID/issues/551
cardid = reader.reader.readCard()
try:
# start the player script and pass on the cardid
Expand Down

0 comments on commit bbbf23a

Please sign in to comment.