Ver código fonte

change ADCINtelligentShow_grpc, for park.

yuchuli 2 anos atrás
pai
commit
a347149a38

+ 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))