pzapit: add -lockrc/-unlockrc options; port from martii

I've pulled it from Duckbox-Developers/neutrino-mp-cst-next
and modified it to work


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0330515abc
Author: GetAway <get-away@t-online.de>
Date: 2016-12-11 (Sun, 11 Dec 2016)



------------------
This commit was generated by Migit
This commit is contained in:
GetAway
2016-12-11 16:53:32 +01:00
committed by vanhofen
parent 176db8b972
commit 4164c31d7b
9 changed files with 79 additions and 11 deletions

View File

@@ -71,10 +71,13 @@ struct NeutrinoMessages {
REMIND = CRCInput::RC_Messages + 18,
LOCK_RC = CRCInput::RC_Messages + 19,
UNLOCK_RC = CRCInput::RC_Messages + 20,
REBOOT = CRCInput::RC_Messages + 21,
RELOAD_SETUP = CRCInput::RC_Messages + 22,
SHOW_MAINMENU = CRCInput::RC_Messages + 23,
LEAVE_ALL = CRCInput::RC_Messages + 24,
LOCK_RC_EXTERN = CRCInput::RC_Messages + 21,
UNLOCK_RC_EXTERN = CRCInput::RC_Messages + 22,
REBOOT = CRCInput::RC_Messages + 23,
RELOAD_SETUP = CRCInput::RC_Messages + 24,
SHOW_MAINMENU = CRCInput::RC_Messages + 25,
LEAVE_ALL = CRCInput::RC_Messages + 26,
EVT_VOLCHANGED = CRCInput::RC_Events + 1,
EVT_MUTECHANGED = CRCInput::RC_Events + 2,