Changeset 39489
- Timestamp:
- 12/27/16 18:36:00 (6 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/header.h
r39306 r39489 1029 1029 int writevfd(char *value); 1030 1030 int writevfdmenu(char *value); 1031 void setled(int typ); 1031 1032 1032 1033 //skinfunc.h -
titan/titan/standby.h
r35424 r39489 69 69 writesys("/proc/stb/fp/fan", "1", 1); 70 70 } 71 else if(checkbox("DM900") == 1) 72 setled(1); 71 73 72 74 … … 159 161 status.rcstandby = NULL; 160 162 163 if(checkbox("DM900") == 1) 164 setled(1); 165 161 166 if(status.aktservice->channel != NULL) 162 167 {
Note: See TracChangeset
for help on using the changeset viewer.