pull/72/head
alanbjohnston 5 years ago committed by GitHub
parent b4087cefe5
commit a714ed69cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -966,7 +966,7 @@ int get_tlm_fox() {
int xAngularVelocity = 2048, yAngularVelocity = 2048, zAngularVelocity = 2048; // XAxisAngularVelocity Y and Z set to 0
int RXTemperature = 0;
int xAccel = 0, yAccel = 0, zAccel = 0, temp = 0, spin = 0;
float BME280pressure = 0.0, BME280altitude = 0.0, BME280humidity = 0.0, BME280temperature = 0.0, XSsensor3 = 0.0;
float BME280pressure = 0.0, BME280altitude = 0.0, BME280humidity = 0.0, BME280temperature = 0.0;
float XSsensor1 = 0.0, XSsensor2 = 0.0, XSsensor3 = 0.0;
int sensor1 = 0, sensor2 = 2048, sensor3 = 2048;

Loading…
Cancel
Save

Powered by TurnKey Linux.