Increase maximum Power Pulse power to 9.9W
One of my power-banks (UTRAI Jstar One) required 7.0W pulse to stay awake. Extending this limit to 100 gives more flexibility in setting up stronger but less frequent pulses.
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
/* Power pulse for keeping power banks awake*/
|
||||
#define POWER_PULSE_INCREMENT 1
|
||||
#define POWER_PULSE_MAX 50 // x10 max watts
|
||||
#define POWER_PULSE_MAX 100 // x10 max watts
|
||||
#ifdef MODEL_TS100
|
||||
#define POWER_PULSE_DEFAULT 0
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user