We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54f75d6 + 11449b7 commit ed9f141Copy full SHA for ed9f141
Raspberry_Pi_NFC_Movie_Player/nfc_movie_player.py
@@ -16,7 +16,7 @@
16
# ---- Update these file paths for your raspberry pi! ----
17
username = "YOUR-USERNAME"
18
image_path = f"/home/{username}/Pictures/blinka.png"
19
-movie_path = f"/media/{username}/YOUR-M.2-DRIVE-NAME"
+movie_path = "/mnt/movie_disk"
20
csv_file = "movies.csv"
21
# ----
22
0 commit comments