From 241e91ae044e7547bca28d6d10cd87e444184d5f Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 16 Oct 2022 12:01:53 -0400 Subject: [PATCH] Update cubesatsim.ino --- cubesatsim/cubesatsim.ino | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 9077db8f..a3586d0d 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -248,7 +248,7 @@ void loop() { show_dir(); char output_file[] = "/cam.bin"; char output_file2[] = "/cam2.bin"; - if (!stored_image) { +/* if (!stored_image) { jpeg_decode(image_file, output_file2, true); // debug_mode); show_dir(); char telem_display[] = " BATT: STATUS: TEMP: "; @@ -257,7 +257,8 @@ void loop() { rotate_image(output_file2, output_file, telem_display); } else - jpeg_decode(image_file, output_file, true); // debug_mode); +*/ + jpeg_decode(image_file, output_file, true); // debug_mode); show_dir(); if (debug_mode) Serial.println("Start transmit!!!");