Skip to content

Commit

Permalink
Fix GT06 language decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Dec 10, 2017
1 parent f747458 commit 30c269b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/org/traccar/protocol/Gt06ProtocolDecoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ private static boolean hasStatus(int type) {

private static boolean hasLanguage(int type) {
switch (type) {
case MSG_LBS_EXTEND:
case MSG_GPS_PHONE:
case MSG_HEARTBEAT:
case MSG_GPS_LBS_STATUS_3:
Expand Down

0 comments on commit 30c269b

Please sign in to comment.