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.
1 parent 10b39d0 commit 3f27ef6Copy full SHA for 3f27ef6
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 = f"/mnt/movie_disk"
20
csv_file = "movies.csv"
21
# ----
22
0 commit comments