Skip to content

Commit

Permalink
Fixed formatting of the battery voltage comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingoos committed Mar 21, 2018
1 parent 38d7bd6 commit cd94301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/traccar/protocol/LaipacProtocolDecoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public LaipacProtocolDecoder(LaipacProtocol protocol) {
.number("(d+.d+),") // course
.number("(dd)(dd)(dd),") // date (ddmmyy)
.expression("([abZXTSMHFE86430]),") // event code
.expression("([\\d.]+),") // battery voltage
.expression("([\\d.]+),") // battery voltage
.number("(d+),") // current mileage
.number("(d),") // GPS on/off (1 = on, 0 = off)
.number("(d+),") // Analog port 1
Expand Down

0 comments on commit cd94301

Please sign in to comment.