From d8b372b18db724ac5f11c119678e01d66cb58b61 Mon Sep 17 00:00:00 2001 From: Richard Meadows Date: Sat, 5 Mar 2016 14:30:59 +0000 Subject: [PATCH] [ubseds14,cold-out] increase cold-out threshold at -58 degC --- firmware/inc/hw_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/inc/hw_config.h b/firmware/inc/hw_config.h index 1973e79..aa716a3 100644 --- a/firmware/inc/hw_config.h +++ b/firmware/inc/hw_config.h @@ -177,7 +177,7 @@ /** * Cold out */ -#define COLD_OUT_TEMPERATURE (-60.0) +#define COLD_OUT_TEMPERATURE (-58.0) #define COLD_OUT_SECONDS (15*60) /* 15 minutes */ #define COLD_OUT_COUNT_MAX (16*4) /* up to 16 hours */