From 4bb23e258242d47f475c6db1f25353e4f0826bbe Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 31 Aug 2024 21:38:04 -0400 Subject: [PATCH] Update main.c removed XS1-3 dummy data --- main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.c b/main.c index fa3b0bc7..7c73f2a4 100644 --- a/main.c +++ b/main.c @@ -708,9 +708,7 @@ int main(int argc, char * argv[]) { token = strtok(NULL, space); } } - sensor[XS1] = 100; - sensor[XS2] = 200; - sensor[XS3] = 300; + printf("\n"); // if (sensor[GPS1] != 0) { if ((sensor[GPS1] > -90.0) && (sensor[GPS1] < 90.0) && (sensor[GPS1] != 0.0)) {