Skip to content

Commit

Permalink
Fix: reciving mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebonnici committed Mar 21, 2024
1 parent fa30c3c commit 135900f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/testActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export const startTests =
receivedChannels = new Array(40).fill(0);

if (received !== undefined) {
receivedChannels[singleChannel] = received;
receivedChannels[singleChannelIndexed] = received;
}
}
const testTypeStr =
Expand Down

0 comments on commit 135900f

Please sign in to comment.