mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
change cec delay
This commit is contained in:
@@ -336,7 +336,7 @@ void hdmi_cec::SendCECMessage(struct cec_message &txmessage, int sleeptime)
|
||||
::write(hdmiFd, &message, 2 + message.length);
|
||||
}
|
||||
|
||||
usleep(sleeptime * 10000);
|
||||
usleep(sleeptime * 1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -89,7 +89,7 @@ class hdmi_cec : public OpenThreads::Thread
|
||||
void SetCECAutoView(bool);
|
||||
void SetCECAutoStandby(bool);
|
||||
void GetCECAddressInfo();
|
||||
void SendCECMessage(struct cec_message &message, int sleeptime = 10);
|
||||
void SendCECMessage(struct cec_message &message, int sleeptime = 250);
|
||||
void SetCECState(bool state);
|
||||
void ReportPhysicalAddress();
|
||||
bool standby_cec_activ;
|
||||
|
Reference in New Issue
Block a user