From 45fd4ad899dd3830e200f6d74f75c7714a10cb52 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 27 Aug 2025 16:44:05 -0400 Subject: [PATCH] Update main.c if payload failure, no sim payload telemetry --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 9a9d3def..d3c1403d 100644 --- a/main.c +++ b/main.c @@ -744,7 +744,7 @@ int main(int argc, char * argv[]) { newGpsTime = millis(); } - if (sim_mode) { + if (sim_mode && (failureMode != FAIL_PAYLOAD)) { if (atmosphere == 0) { sensor[PRES] = 0; strcpy(sensor_string[PRES], "0.0");