Fix ifdef for inverted accel in TS80/TS80P

This should fix #768
This commit is contained in:
Ben V. Brown
2021-01-16 16:03:35 +11:00
parent 5379838f2c
commit b961311a5c

View File

@@ -29,7 +29,7 @@
#define ACCEL_LIS
#define POW_QC
#define TEMP_TMP36
#define ACCEL_ORI_FLIP
#define LIS_ORI_FLIP
#define OLED_FLIP
#define BATTFILTERDEPTH 8
#endif
@@ -41,7 +41,7 @@
#define POW_QC
#define TEMP_NTC
#define I2C_SOFT
#define ACCEL_ORI_FLIP
#define LIS_ORI_FLIP
#define OLED_FLIP
#define BATTFILTERDEPTH 8
#endif