- timerlist: allow RC_timer or RC_program to leave timerlist

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-03-08 22:15:53 +01:00
committed by Thilo Graf
parent 640c9d5132
commit d717031f1e

View File

@@ -893,6 +893,7 @@ int CTimerList::show()
(msg == CRCInput::RC_timeout) (msg == CRCInput::RC_timeout)
|| (msg == CRCInput::RC_home) || (msg == CRCInput::RC_home)
|| (msg == CRCInput::RC_left) || (msg == CRCInput::RC_left)
|| (msg == CRCInput::RC_timer || msg == CRCInput::RC_program)
|| (msg == CRCInput::RC_ok && timerlist.empty()) || (msg == CRCInput::RC_ok && timerlist.empty())
) )
{ //Exit after timeout or cancel key { //Exit after timeout or cancel key