Skip to content

Commit

Permalink
fix: remove msg type 24=>B per comment PR #160
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Feb 12, 2020
1 parent 8df2164 commit 6c72df3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hooks/VDM.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ const msgTypeToTransmitterClass = {
5: "A",
18: "B",
19: "B",
21: "ATON",
24: "B"
21: "ATON"
}

const msgTypeToPrefix = {
Expand Down

0 comments on commit 6c72df3

Please sign in to comment.