Browse Source

BTB allow up to 1400mV as per firmware limits

nfactor-troky
Kano 11 years ago
parent
commit
356fcb107a
  1. 2
      driver-avalon.h

2
driver-avalon.h

@ -36,7 +36,7 @@ @@ -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

Loading…
Cancel
Save