From 2bdc2a00eaa4bff61676975f96b84274c2013975 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 27 Nov 2020 11:09:37 -0500 Subject: [PATCH] testing sensor3 --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index 37ce82fb..9357df8c 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -887,7 +887,7 @@ int get_tlm_fox() { int xAngularVelocity = 2048, yAngularVelocity = 2048, zAngularVelocity = 2048; // XAxisAngularVelocity Y and Z set to 0 int RXTemperature = 0; int xAccel = 2048+100, yAccel = 2048-100, zAccel = 2048+500, temp = 224, pressure = 1000, altitude = 1000; - int sensor1 = 0, sensor2 = 2048-3, sensor3 = 2048+200; + int sensor1 = 0, sensor2 = 2048-3, sensor3 = 2048-1501; short int buffer_test[bufLen]; int buffSize;