Skip to content

Commit ed9f141

Browse files
authored
Merge pull request #2921 from adafruit/nfc_media
changing m.2 to mnt point
2 parents 54f75d6 + 11449b7 commit ed9f141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Raspberry_Pi_NFC_Movie_Player/nfc_movie_player.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# ---- Update these file paths for your raspberry pi! ----
1717
username = "YOUR-USERNAME"
1818
image_path = f"/home/{username}/Pictures/blinka.png"
19-
movie_path = f"/media/{username}/YOUR-M.2-DRIVE-NAME"
19+
movie_path = "/mnt/movie_disk"
2020
csv_file = "movies.csv"
2121
# ----
2222

0 commit comments

Comments
 (0)