From 63daa1f540f90a1a0f6905b051bac42b32f2b783 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 6 Sep 2022 16:33:21 -0400 Subject: [PATCH] allow camera detection --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index f6889c50..4eb0d0d3 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -139,8 +139,8 @@ void setup() { start_button_isr(); setup_sstv(); -// if (start_camera()) { - if (false) { + if (start_camera()) { +// if (false) { camera_detected = true; Serial.println("Camera detected!"); } else {