2017-06-05 Fred Gleason <fredg@paravelsystems.com>

* Added a 'Air Gate' ['AG'] RML.
This commit is contained in:
Fred Gleason
2017-06-05 17:22:34 -04:00
parent ddee26a1f1
commit 5ab1be62e4
5 changed files with 58 additions and 10 deletions

View File

@@ -161,6 +161,7 @@ bool RDMacro::parseString(const char *str,int n)
//
rml_cmd=(RDMacro::Command)((str[0]<<8)+str[1]);
switch(rml_cmd) {
case RDMacro::AG:
case RDMacro::AL:
case RDMacro::BO:
case RDMacro::CC: