Actualiser src/utils/midiHelper.js
Deploy to home / deploy (push) Successful in 22s

This commit is contained in:
2026-08-10 21:26:01 +02:00
parent ac03abc07d
commit 3925007c52
+1 -1
View File
@@ -1,5 +1,5 @@
const EXPECTED_DUMP_LENGTH = 297;
const MAX_DUMP_RETRIES = 10;
const MAX_DUMP_RETRIES = 25;
const DUMP_RETRY_DELAY = 300;
let dumpRetryCount = 0;