Changeset 25533
- Timestamp:
- 01/08/14 20:00:12 (9 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/fancontrol.h
r25517 r25533 53 53 if(rcret == getrcconfigint("rcgreen", NULL)){ 54 54 setfanspeed(speed, type); 55 break;56 55 } 57 56 if(rcret == getrcconfigint("rcyellow", NULL)){ -
titan/titan/global.h
r25515 r25533 6336 6336 if(aktion == 1) 6337 6337 addconfig("fanspeed", speedSet); 6338 else 6338 else if(aktion == 2) 6339 6339 addconfig("fanspeedstandby", speedSet); 6340 6340
Note: See TracChangeset
for help on using the changeset viewer.