1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

Change default avalon target temperature to 50 degrees.

This commit is contained in:
ckolivas 2013-06-25 12:22:57 +10:00
parent 713c880389
commit ec4948d93d

View File

@ -25,7 +25,7 @@
#define AVALON_FAN_FACTOR 120 #define AVALON_FAN_FACTOR 120
#define AVALON_DEFAULT_FAN_MAX_PWM 0xA0 /* 100% */ #define AVALON_DEFAULT_FAN_MAX_PWM 0xA0 /* 100% */
#define AVALON_DEFAULT_FAN_MIN_PWM 0x20 /* 20% */ #define AVALON_DEFAULT_FAN_MIN_PWM 0x20 /* 20% */
#define AVALON_TEMP_TARGET 45 #define AVALON_TEMP_TARGET 50
#define AVALON_TEMP_HYSTERESIS 3 #define AVALON_TEMP_HYSTERESIS 3
#define AVALON_DEFAULT_TIMEOUT 0x2D #define AVALON_DEFAULT_TIMEOUT 0x2D