From f4b2fb0a6491d9d669597022ca40a93847c8b2cf Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 30 Nov 2022 16:02:57 -0500 Subject: [PATCH] added void load_sstv_image_1_as_cam_dot_jpg() and 2 --- cubesatsim/cubesatsim.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index dfb00def..f3b69de1 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -212,6 +212,8 @@ void read_mode(); void write_mode(); void start_clockgen(); bool TimerHandler1(struct repeating_timer *t); +void load_sstv_image_1_as_cam_dot_jpg(); +void load_sstv_image_2_as_cam_dot_jpg(); #ifndef STASSID #define STASSID "Pico"