Skip to content

Commit 636a282

Browse files
committed
Update MSPHelper.js
1 parent 2fdfc87 commit 636a282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/msp/MSPHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ MspHelper.prototype.process_data = function(dataHandler) {
12271227
}
12281228
}
12291229

1230-
const directionMask = (mask >> 27) & 0x3F;
1230+
const directionMask = (mask >> 26) & 0x3F;
12311231
const directions = [];
12321232
for (let directionLetterIndex = 0; directionLetterIndex < ledDirectionLetters.length; directionLetterIndex++) {
12331233
if (bit_check(directionMask, directionLetterIndex)) {

0 commit comments

Comments
 (0)