Selaa lähdekoodia

change ADCINtelligentShow_grpc, for park.

yuchuli 2 vuotta sitten
vanhempi
commit
a347149a38
1 muutettua tiedostoa jossa 5 lisäystä ja 4 poistoa
  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))