From d3f4b1f90c1614666081af1081f7afc972843258 Mon Sep 17 00:00:00 2001 From: Andy Taylor Date: Tue, 5 May 2020 19:27:12 +0100 Subject: [PATCH] Update RemoteControl.h --- RemoteControl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RemoteControl.h b/RemoteControl.h index 479987a..c5be6ba 100644 --- a/RemoteControl.h +++ b/RemoteControl.h @@ -33,7 +33,8 @@ enum REMOTE_COMMAND { RCD_MODE_YSF, RCD_MODE_P25, RCD_MODE_NXDN, - RCD_PAGE + RCD_PAGE, + RCD_CW }; class CRemoteControl {