From 8ec771fb9308361dbdc57da04f4799323c886773 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 26 Jan 2026 09:34:51 -0500 Subject: [PATCH] Update main.c if not simulated camera fail, use real camera test --- main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.c b/main.c index 943e60e0..192df46c 100644 --- a/main.c +++ b/main.c @@ -1573,10 +1573,14 @@ void get_tlm_fox() { payload = OFF; printf("Payload Simulated Failure!\n"); } + if (failureMode == FAIL_CAMERA) { cam = OFF; printf("Camera Simulated Failure!\n"); } + else { + cam = camera; + } if (mode == FSK) id = 7;