diff options
Diffstat (limited to 'src/org/traccar/protocol/NeosProtocolDecoder.java')
-rw-r--r-- | src/org/traccar/protocol/NeosProtocolDecoder.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/traccar/protocol/NeosProtocolDecoder.java b/src/org/traccar/protocol/NeosProtocolDecoder.java index f5d28ba0c..f88f454a1 100644 --- a/src/org/traccar/protocol/NeosProtocolDecoder.java +++ b/src/org/traccar/protocol/NeosProtocolDecoder.java @@ -55,7 +55,7 @@ public class NeosProtocolDecoder extends BaseProtocolDecoder { .number("d,") .number("([01]{8})") // input .text("*") - .number("xx") + .number("xx!") .compile(); @Override |