Reduced maximum wakeup intervals
This commit is contained in:
parent
cc2ec455bb
commit
978337d0a7
|
@ -23,8 +23,8 @@
|
|||
#define TIM_CH_CONV TIM_OC1
|
||||
#define TIM_CH_BOOTSTRAP TIM_OC2
|
||||
|
||||
#define MAX_SLEEP_TIME 3600
|
||||
#define MAX_SLEEP_TIME_LOW_VOLTAGE 300
|
||||
#define MAX_SLEEP_TIME 600
|
||||
#define MAX_SLEEP_TIME_LOW_VOLTAGE 120
|
||||
|
||||
#define ADC_VALUE_AT_ZERO_CURRENT 90
|
||||
|
||||
|
|
Loading…
Reference in a new issue