aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/DishaProtocolDecoder.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/traccar/protocol/DishaProtocolDecoder.java')
-rw-r--r--src/org/traccar/protocol/DishaProtocolDecoder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/traccar/protocol/DishaProtocolDecoder.java b/src/org/traccar/protocol/DishaProtocolDecoder.java
index f9b7579d3..37ff29fac 100644
--- a/src/org/traccar/protocol/DishaProtocolDecoder.java
+++ b/src/org/traccar/protocol/DishaProtocolDecoder.java
@@ -94,7 +94,7 @@ public class DishaProtocolDecoder extends BaseProtocolDecoder {
position.set(Event.KEY_BATTERY, parser.next());
position.set(Event.PREFIX_ADC + 1, parser.nextInt());
- position.set(Event.PREFIX_ADC + 1, parser.nextInt());
+ position.set(Event.PREFIX_ADC + 2, parser.nextInt());
position.set(Event.KEY_ODOMETER, parser.next());
position.set(Event.KEY_INPUT, parser.next());