Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
featherbear committed Aug 14, 2022
1 parent d4cbce5 commit 6276324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util/MessageProtocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function analysePacket(

return [
packet.slice(6, 8).toString(),
// Skip bytes 8-11 (identifier pair)
// Skip bytes 8-11 (C-Byte identifier pair)
packet.slice(12)
]
}
Expand Down

0 comments on commit 6276324

Please sign in to comment.