From: Keith Packard Date: Mon, 28 Aug 2017 00:04:27 +0000 (-0700) Subject: altos/test: telemetrum baro data is inverted before being written to eeprom X-Git-Tag: 1.8.1~12 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=2dce02efd54ad4051f1ddb94048696e8677dd225;p=fw%2Faltos altos/test: telemetrum baro data is inverted before being written to eeprom No need for the test code to invert it during replay Signed-off-by: Keith Packard --- diff --git a/src/test/ao_flight_test.c b/src/test/ao_flight_test.c index d3d39f2a..65b939c0 100644 --- a/src/test/ao_flight_test.c +++ b/src/test/ao_flight_test.c @@ -72,7 +72,7 @@ struct ao_adc { #define AO_ADC_NUM_SENSE 2 #define HAS_MS5607 1 #define HAS_MMA655X 1 -#define AO_MMA655X_INVERT 1 +#define AO_MMA655X_INVERT 0 #define HAS_BEEP 1 #define AO_CONFIG_MAX_SIZE 1024