fix hdmi cec from deep standby and logical address is not ready yet

Origin commit data
------------------
Branch: ni/coolstream
Commit: 005392335e
Author: TangoCash <eric@loxat.de>
Date: 2022-11-25 (Fri, 25 Nov 2022)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2022-11-25 21:19:02 +01:00
committed by vanhofen
parent 6459035fcd
commit d00aa6d47f
2 changed files with 21 additions and 3 deletions

View File

@@ -110,6 +110,7 @@ class hdmi_cec : public OpenThreads::Thread
void SendCECMessage(struct cec_message &message, int sleeptime = 250);
void SetCECState(bool state);
void ReportPhysicalAddress();
void Ping();
bool standby_cec_activ;
void vol_up();
void vol_down();