Skip to content

Commit 56ea440

Browse files
committed
Add VCL command
1 parent 1c70965 commit 56ea440

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pelcod_decoder.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,7 @@ decode_vcl(new_byte) {
10771077
else if (byte2 == 0x4C && has_byte3) msg_string += '[Left ' + byte3 + ']';
10781078
else if (byte2 == 0x52 && has_byte3) msg_string += '[Right ' + byte3 + ']';
10791079
else if (byte2 == 0x55 && has_byte3) msg_string += '[Right ' + byte3 + ']';
1080+
else if (byte2 == 0x50 && has_byte3) msg_string += '[Start Recording Pattern ' + byte3 + ']';
10801081
else if (byte2 == 0x5E && has_byte3) msg_string += '[Start Tour/Pattern ' + byte3 + ']';
10811082
else {
10821083
// invalid command (byte2 not in our list)

0 commit comments

Comments
 (0)