From 356fcb107a40747ad10dc6df901b528cea7a33fb Mon Sep 17 00:00:00 2001 From: Kano Date: Thu, 15 Aug 2013 12:00:04 +1000 Subject: [PATCH] BTB allow up to 1400mV as per firmware limits --- driver-avalon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver-avalon.h b/driver-avalon.h index 93f092d9..562483b1 100644 --- a/driver-avalon.h +++ b/driver-avalon.h @@ -36,7 +36,7 @@ #define BITBURNER_DEFAULT_CORE_VOLTAGE 1200 /* in millivolts */ #define BITBURNER_MIN_COREMV 1000 /* change here if you want to risk killing it :) */ -#define BITBURNER_MAX_COREMV 1310 +#define BITBURNER_MAX_COREMV 1400 #define AVALON_DEFAULT_TIMEOUT 0x2D