Browse Source

- DDE_Power.ccpage: fixed

FloKra 3 years ago
parent
commit
0cc7d04c4f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Fahrzeugkonfigurationen/E46 M57N AutoLLA/DDE_Power.ccpage

+ 2 - 2
Fahrzeugkonfigurationen/E46 M57N AutoLLA/DDE_Power.ccpage

@@ -48,7 +48,7 @@
 			// extract values and save to global variables
 			
 			EdiabasNet.ResultData resultData;
-            if (resultSets[1].TryGetValue("STATUS_MESSWERTBLOCK_LESEN#STAT_MOTORDREHZAHL_WERT", out resultData))
+            if (resultSets[1].TryGetValue("STAT_MOTORDREHZAHL_WERT", out resultData))
                 {
                     if (resultData.OpData is Double)
                     {
@@ -56,7 +56,7 @@
                     }
                 }
 			
-            if (resultSets[1].TryGetValue("STATUS_MESSWERTBLOCK_LESEN#STAT_MOTORMOMENT_AKTUELL_WERT", out resultData))
+            if (resultSets[1].TryGetValue("STAT_MOTORMOMENT_AKTUELL_WERT", out resultData))
                 {
                     if (resultData.OpData is Double)
                     {