From 0d5f310559bd538bab9104958aa539c91c18ff48 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 9 Aug 2022 03:44:48 -0400 Subject: [PATCH] added / in filenames --- cubesatsim/cubesatsim.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index aff4da74..7ef65eee 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -302,8 +302,8 @@ int ready = FALSE; int pb_state = RELEASED; int mode_count = 0; unsigned long pb_press_start; -const char sstv1_filename[] = "sstv_image_1_320_x_240.jpg"; -const char sstv2_filename[] = "sstv_image_2_320_x_240.jpg"; +const char sstv1_filename[] = "/sstv_image_1_320_x_240.jpg"; +const char sstv2_filename[] = "/sstv_image_2_320_x_240.jpg"; bool TimerHandler0(struct repeating_timer *t); RPI_PICO_Timer ITimer0(0);