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 1
1
[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
4
4
low_temp = 63 # try ranges 55-63, default is 63
5
5
high_temp = 66 # try ranges 58-66, default is 66
6
6
max_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()
159
159
fan -> next = NULL ;
160
160
161
161
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 );
163
164
mu_assert ("polling_interval is not 2" , polling_interval == 2 );
164
165
165
166
fan -> fan_min_speed = -1 ;
You can’t perform that action at this time.
0 commit comments