From 98d2a98b1f4994624475364afea8c26619efc3ef Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 6 Sep 2022 09:47:34 -0400 Subject: [PATCH] force no camera --- cubesatsim/cubesatsim.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 703ef5e0..464da019 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -139,7 +139,8 @@ void setup() { start_button_isr(); setup_sstv(); - if (start_camera()) { +// if (start_camera()) { + if (false) { camera_detected = true; Serial.println("Camera detected!"); } else {