File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[general]
2- min_fan1_speed = 6200 # default is 2000
3- max_fan1_speed = 6200 # default is 6200
2+ min_fan1_speed = 2000 # default is 2000
3+ max_fan1_speed = 2600 # default is 2600
44low_temp = 63 # try ranges 55-63, default is 63
55high_temp = 66 # try ranges 58-66, default is 66
66max_temp = 86 # do not set it > 90, default is 86
Original file line number Diff line number Diff line change @@ -159,7 +159,8 @@ static const char *test_settings()
159159 fan -> next = NULL ;
160160
161161 retrieve_settings ("./mbpfan.conf.test1" , fan );
162- mu_assert ("max_fan_speed value is not 6200" , fan -> fan_max_speed == 6200 );
162+ // choosing the maximum for iMac mid 2011
163+ mu_assert ("max_fan_speed value is not 2600" , fan -> fan_max_speed == 2600 );
163164 mu_assert ("polling_interval is not 2" , polling_interval == 2 );
164165
165166 fan -> fan_min_speed = -1 ;
You can’t perform that action at this time.
0 commit comments