From e9506d00e067a839dd0c82637ed82ebb068993e4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 7 Aug 2025 13:30:24 -0400 Subject: [PATCH] Update main.h update fail count --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index 3f0c9c6f..b1000f06 100644 --- a/main.h +++ b/main.h @@ -124,7 +124,7 @@ FILE *image_file; #define REPEATER 7 #define TXCOMMAND 12 -#define FAIL_COUNT 2 +#define FAIL_COUNT 3 #define FAIL_SOLAR 1 #define FAIL_DEGRADE 2 #define FAIL_SHORT 3