浏览代码

Simulator fix

Bart Reedijk 10 年之前
父节点
当前提交
4230b5272f
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Proftaak Remote Healthcare/FietsSimulator/FietsSimulator.cs

+ 4 - 0
Proftaak Remote Healthcare/FietsSimulator/FietsSimulator.cs

@@ -83,6 +83,10 @@ namespace FietsSimulator
                     curmode = Mode.CONSOLE;
                     SendData("ACK");
                     break;
+                case "CM":
+                    curmode = Mode.CONSOLE;
+                    SendData("ACK");
+                    break;
                 case "PD":
                     if (curmode == Mode.CONSOLE)
                     {