diff options
author | Ben V. Brown <[email protected]> | 2024-12-22 12:35:34 +1100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-22 12:35:34 +1100 |
commit | e45d648408ccacee926773bbd0e8a0dcdefdc71e (patch) | |
tree | 55a16eeee0d4f70ed442ed08ef38b61f9f4fee5e /source/Core/BSP/Sequre/configuration.h | |
parent | 4fb95a6576ec3c4763b1b5df010ed09a8d989ec2 (diff) | |
parent | 8f05433be231d290a567ec138af0ac378efab422 (diff) | |
download | IronOS-e45d648408ccacee926773bbd0e8a0dcdefdc71e.tar.gz IronOS-e45d648408ccacee926773bbd0e8a0dcdefdc71e.zip |
Merge pull request #2012 from Ralim/issue-1946-thermal-runaway-update
Rewrite Thermal Runaway detection
Diffstat (limited to 'source/Core/BSP/Sequre/configuration.h')
-rw-r--r-- | source/Core/BSP/Sequre/configuration.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/Core/BSP/Sequre/configuration.h b/source/Core/BSP/Sequre/configuration.h index be3c9f6b..df06f68e 100644 --- a/source/Core/BSP/Sequre/configuration.h +++ b/source/Core/BSP/Sequre/configuration.h @@ -133,7 +133,7 @@ #define TEMP_uV_LOOKUP_S60 #define USB_PD_VMAX 12 // Maximum voltage for PD to negotiate #define THERMAL_RUNAWAY_TIME_SEC 20 -#define THERMAL_RUNAWAY_TEMP_C 10 +#define THERMAL_RUNAWAY_TEMP_C 3 #define HARDWARE_MAX_WATTAGE_X10 600 @@ -167,7 +167,7 @@ #define TEMP_uV_LOOKUP_S60 #define USB_PD_VMAX 20 // Maximum voltage for PD to negotiate #define THERMAL_RUNAWAY_TIME_SEC 20 -#define THERMAL_RUNAWAY_TEMP_C 10 +#define THERMAL_RUNAWAY_TEMP_C 3 #define HARDWARE_MAX_WATTAGE_X10 600 @@ -218,8 +218,8 @@ #define TIP_THERMAL_MASS 30 // X10 watts to raise 1 deg C in 1 second #define TIP_THERMAL_INERTIA 10 // We use a large inertia value to smooth out the drive to the tip since its stupidly sensitive -#define THERMAL_RUNAWAY_TIME_SEC 60 -#define THERMAL_RUNAWAY_TEMP_C 3 +#define THERMAL_RUNAWAY_TIME_SEC 30 +#define THERMAL_RUNAWAY_TEMP_C 2 #define COPPER_HEATER_COIL 1 // Have a heater coil that changes resistance on us #define TIP_RESISTANCE 52 // PCB heater, measured at ~19C. Will shift by temp a decent amount |