mirror of
https://github.com/sjlongland/cluster-powerctl.git
synced 2025-09-13 20:13:16 +10:00
Lengthen some timeouts.
We seem to be a bit too impatient waiting for the mains charger to kick in, and too hasty for the fan.
This commit is contained in:
parent
d29d15308b
commit
301c9a9d43
@ -27,7 +27,7 @@
|
||||
/*!
|
||||
* How long to wait before switching charging sources?
|
||||
*/
|
||||
#define SRC_TIMEOUT (15)
|
||||
#define SRC_TIMEOUT (30)
|
||||
|
||||
/*!
|
||||
* How long to wait at high battery before shutdown?
|
||||
@ -48,7 +48,7 @@
|
||||
#define FAN_PWM_MAX (255) /*!< Maximum PWM value */
|
||||
|
||||
/*! Fan kick-start timeout */
|
||||
#define FAN_TIMEOUT (5)
|
||||
#define FAN_TIMEOUT (15)
|
||||
|
||||
/*
|
||||
* ADC Voltage divider settings
|
||||
|
Loading…
Reference in New Issue
Block a user