We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fdfc87 commit 636a282Copy full SHA for 636a282
src/js/msp/MSPHelper.js
@@ -1227,7 +1227,7 @@ MspHelper.prototype.process_data = function(dataHandler) {
1227
}
1228
1229
1230
- const directionMask = (mask >> 27) & 0x3F;
+ const directionMask = (mask >> 26) & 0x3F;
1231
const directions = [];
1232
for (let directionLetterIndex = 0; directionLetterIndex < ledDirectionLetters.length; directionLetterIndex++) {
1233
if (bit_check(directionMask, directionLetterIndex)) {
0 commit comments