mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 08:12:04 +02:00
Fix
This commit is contained in:
@@ -73,7 +73,7 @@ module.exports = class MorseCommand extends Command {
|
||||
} else if (c === '-') {
|
||||
for (let i = 0; i < dashSamples; i++) {
|
||||
const libIndex = this.library[44 + dotSamples + i];
|
||||
data[(currentIndex * dashSamples) + i] = libIndex;
|
||||
data[(currentIndex * dotSamples) + i] = libIndex;
|
||||
}
|
||||
currentIndex += 3;
|
||||
} else if (c === ' ' && processedScript[cIndex + 1] === ' ') {
|
||||
|
||||
Reference in New Issue
Block a user