From 6d7fc2f689f28c677bf2119d5e2798f6a0bae7a3 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Wed, 15 Dec 2021 11:19:35 +1100 Subject: [PATCH] Update configuration.h --- source/Core/BSP/MHP30/configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Core/BSP/MHP30/configuration.h b/source/Core/BSP/MHP30/configuration.h index 989f518d..e550540f 100644 --- a/source/Core/BSP/MHP30/configuration.h +++ b/source/Core/BSP/MHP30/configuration.h @@ -94,9 +94,9 @@ */ #define DETAILED_SOLDERING 0 // 0: Disable 1: Enable - Default 0 #define DETAILED_IDLE 0 // 0: Disable 1: Enable - Default 0 - -#define THERMAL_RUNAWAY_TIME_SEC 20 -#define THERMAL_RUNAWAY_TEMP_C 20 +// Due to large thermal mass of the PCB being heated we need to pull this back a bit +#define THERMAL_RUNAWAY_TIME_SEC 30 +#define THERMAL_RUNAWAY_TEMP_C 3 #define CUT_OUT_SETTING 0 // default to no cut-off voltage #define RECOM_VOL_CELL 33 // Minimum voltage per cell (Recommended 3.3V (33))