mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Logic fail on minimum fanspeed reporting.
This commit is contained in:
parent
8bbb1793f7
commit
2373638399
@ -987,7 +987,7 @@ static void avalon_update_temps(struct cgpu_info *avalon, struct avalon_info *in
|
||||
static void get_avalon_statline_before(char *buf, struct cgpu_info *avalon)
|
||||
{
|
||||
struct avalon_info *info = avalon->device_data;
|
||||
int lowfan = 0, pwm;
|
||||
int lowfan = 10000, pwm;
|
||||
|
||||
/* Find the lowest fan speed. Fan0 is often not populated. */
|
||||
if (info->fan0 > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user