From 9f95982a03f05268fd47f868d8c35e7e1c46c5f6 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 5 Jun 2021 18:22:16 -0400 Subject: [PATCH] initial_image in home directory --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 23af0ed3..7d8d7ef7 100644 --- a/rpitx.py +++ b/rpitx.py @@ -83,7 +83,7 @@ if __name__ == "__main__": print("No camera") camera_present = 0 try: - file = open("/home/pi/CubeSatSim/initial_image.jpg") + file = open("/home/pi/initial_image.jpg") print("Initial image detected") system("/home/pi/PiSSTVpp/pisstvpp -r 48000 -p s2 /home/pi/initial_image.jpg") print ("Sending SSTV photo")