From 56918cbc152304239b25158cd07c674ddf2b51e7 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 16 Aug 2025 09:38:08 -0400 Subject: [PATCH] Update main.h added FAIL_UNPLUG --- main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/main.h b/main.h index 6ce6b86a..4c83b32a 100644 --- a/main.h +++ b/main.h @@ -123,6 +123,7 @@ FILE *image_file; #define FAIL_COUNT 10 #define FAIL_NONE -1 +#define FAIL_UNPLUG 0 #define FAIL_SOLAR 1 #define FAIL_DEGRADE 2 #define FAIL_SHORT 3