瀏覽代碼

change ADCINtelligentShow_grpc, for park.

yuchuli 2 年之前
父節點
當前提交
a347149a38
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      src/ui/ADCIntelligentShow_grpc/adcintelligentshow.cpp

+ 5 - 4
src/ui/ADCIntelligentShow_grpc/adcintelligentshow.cpp

@@ -862,10 +862,11 @@ void ADCIntelligentShow::on_park_clicked()
     iv::hmi::hmimsg xhmi;
     xhmi.set_mbbochemode(true);
     xhmi.set_mbbusmode(false);
-    if(mbRunning)
-        xhmi.set_mbpause(true);
-    else
-        xhmi.set_mbpause(false);
+    xhmi.set_mbpause(false);
+//    if(mbRunning)
+//        xhmi.set_mbpause(true);
+//    else
+//        xhmi.set_mbpause(false);
     int nsize = xhmi.ByteSize();
     char * str = new char[nsize];
     if(xhmi.SerializeToArray(str,1000))