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