From af432ee2332952fd8b648b4233d9ed3c6cb78c62 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 26 Sep 2024 12:07:34 -0400 Subject: [PATCH] Update main.h add groundCommandCount --- main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/main.h b/main.h index 40eb80ca..7cba85f6 100644 --- a/main.h +++ b/main.h @@ -202,3 +202,4 @@ int battery_saver_mode = FALSE; long int loopTime; int error_count = 0; +int groundCommandCount = 0;