Expand range of commands.

This commit is contained in:
Jonathan Naylor
2019-01-07 13:54:52 +00:00
parent a3aaffd280
commit b43a354343
3 changed files with 40 additions and 4 deletions

View File

@@ -23,7 +23,13 @@
enum REMOTE_COMMAND {
RC_NONE,
RC_FORCE_IDLE
RC_MODE_IDLE,
RC_MODE_LOCKOUT,
RC_MODE_DSTAR,
RC_MODE_DMR,
RC_MODE_YSF,
RC_MODE_P25,
RC_MODE_NXDN
};
class CRemoteControl {