From 8410d2db406f6ff137350754a2ac986a7ed0ceb8 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 15 Dec 2025 00:19:20 -0500 Subject: [PATCH] Update main.c changed to 4 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 49b4410c..40b3fea3 100644 --- a/main.c +++ b/main.c @@ -784,7 +784,7 @@ int main(int argc, char * argv[]) { const char space[2] = " "; token = strtok(cmdbuffer, space); // printf("token: %s\n", token); - for (count1 = GPS; count1 < (GPS + 3); count1++) { + for (count1 = GPS; count1 < (GPS + 4); count1++) { if (token != NULL) { sensor[count1] = (float) atof(token); strcpy(sensor_string[count1], token);