Changeset 40434 for titan/titan/cec.h
- Timestamp:
- 05/16/17 21:11:01 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/cec.h
r40432 r40434 325 325 //if(rxmessage.data[1] == 0x02) 326 326 sendMenuInfo(rxmessage.address); 327 break; 328 } 329 case 0x80: 330 { 331 if(rxmessage.data[3]== cec_physicalAddress[0] && rxmessage.data[4]== cec_physicalAddress[1]) 332 { 333 sendswitch(); 334 setFixedPhysicalAddress(getconfigint("cec_fixedAddress", NULL)); 335 reportPhysicalAddress(0); 336 sendMenuInfo(0x00); 337 setVolumeForward(); 338 } 327 339 break; 328 340 }
Note: See TracChangeset
for help on using the changeset viewer.