Changeset 30927


Ignore:
Timestamp:
11/10/14 19:35:45 (9 years ago)
Author:
gost
Message:

[tiatn] nemesis.. fix fan with WOL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r30852 r30927  
    465465                pthread_attr_destroy(&status.timerthreadattr);
    466466
     467                //stop fan
     468                if(checkbox("ATEMIO-NEMESIS") == 1)
     469                        writesys("/proc/stb/fp/fan", "1", 1);
     470               
    467471                // free timerthread struct and stop all timer sub threads
    468472                freetimer(0);
Note: See TracChangeset for help on using the changeset viewer.