Turn off sleep mode

This commit is contained in:
Ben V. Brown
2021-04-29 21:43:22 +10:00
parent 56a885ed42
commit 5114b4243b
3 changed files with 42 additions and 14 deletions

View File

@@ -18,12 +18,13 @@
#ifdef MODEL_MHP30
#define ACCEL_MSA
#define POW_PD
//#define POW_QC // Unsure if we have this
#define TEMP_NTC
#define I2C_SOFT
#define LIS_ORI_FLIP
#define BATTFILTERDEPTH 8
#define OLED_I2CBB
#define ACCEL_EXITS_ON_MOVEMENT
#endif
#ifdef ACCEL_EXITS_ON_MOVEMENT
#define NO_SLEEP_MODE
#endif
#endif /* BSP_MINIWARE_MODEL_CONFIG_H_ */