Update nfc_movie_player.py
This commit is contained in:
parent
10b39d0ae8
commit
3f27ef6ce9
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ from adafruit_pn532.spi import PN532_SPI
|
|||
# ---- Update these file paths for your raspberry pi! ----
|
||||
username = "YOUR-USERNAME"
|
||||
image_path = f"/home/{username}/Pictures/blinka.png"
|
||||
movie_path = f"/media/{username}/YOUR-M.2-DRIVE-NAME"
|
||||
movie_path = f"/mnt/movie_disk"
|
||||
csv_file = "movies.csv"
|
||||
# ----
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue