Browse Source

BTB allow up to 1400mV as per firmware limits

Kano 12 years ago
parent
commit
356fcb107a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-avalon.h

+ 1 - 1
driver-avalon.h

@@ -36,7 +36,7 @@
 #define BITBURNER_DEFAULT_CORE_VOLTAGE 1200 /* in millivolts */
 #define BITBURNER_DEFAULT_CORE_VOLTAGE 1200 /* in millivolts */
 #define BITBURNER_MIN_COREMV 1000
 #define BITBURNER_MIN_COREMV 1000
 /* change here if you want to risk killing it :)  */
 /* change here if you want to risk killing it :)  */
-#define BITBURNER_MAX_COREMV 1310
+#define BITBURNER_MAX_COREMV 1400
 
 
 
 
 #define AVALON_DEFAULT_TIMEOUT 0x2D
 #define AVALON_DEFAULT_TIMEOUT 0x2D