From 907d20358c4bc12cdbe52a57acde945fcbebf6c0 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 24 Aug 2020 12:37:57 -0400 Subject: [PATCH] skip BME280 Data --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index f2cb9f39..b49c34e7 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -919,7 +919,7 @@ if (payload == ON) float gyroX, gyroY, gyroZ; - for (count1 = 0; count1 < 6; count1++) + for (count1 = 0; count1 < 7; count1++) // skip over BME280 data to get to X, Y, and Z Gyro data { // voltage[count1] = atof(token); // printf("token %s ", token);