From 7c4c3da37c7acd206daf4e5a99fdfafa39a2954d Mon Sep 17 00:00:00 2001 From: Devydd <68201914+devydd@users.noreply.github.com> Date: Tue, 16 Mar 2021 01:14:50 +0100 Subject: [PATCH] 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. --- source/configuration.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/configuration.h b/source/configuration.h index ad3280ea..5db8e736 100644 --- a/source/configuration.h +++ b/source/configuration.h @@ -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