From 2e0fd719aa74344c83d44797b7f1723857103f81 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 21 Aug 2022 08:18:11 -0400 Subject: [PATCH] typo { --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index c791cb89..87b7d3be 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -138,7 +138,7 @@ void setup() { if (start_camera()) { camera_detected = true; Serial.println("Camera detected!"); - } else + } else { camera_detected = false; Serial.println("No camera detected!"); }