Reduced maximum wakeup intervals

This commit is contained in:
Thomas Kolb 2017-01-15 15:56:13 +01:00
parent cc2ec455bb
commit 978337d0a7
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
#define TIM_CH_CONV TIM_OC1 #define TIM_CH_CONV TIM_OC1
#define TIM_CH_BOOTSTRAP TIM_OC2 #define TIM_CH_BOOTSTRAP TIM_OC2
#define MAX_SLEEP_TIME 3600 #define MAX_SLEEP_TIME 600
#define MAX_SLEEP_TIME_LOW_VOLTAGE 300 #define MAX_SLEEP_TIME_LOW_VOLTAGE 120
#define ADC_VALUE_AT_ZERO_CURRENT 90 #define ADC_VALUE_AT_ZERO_CURRENT 90