slow down beeping

This commit is contained in:
legop3
2025-12-08 14:20:47 -05:00
parent 3221dbe877
commit 8b59d021d3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export const COMMAND_DELAY_MS = 100;
export const SONG_NOTE_RANGE = [31, 127];
export const SONG_DEFAULT_NOTE = 60;
export const SONG_DEFAULT_DURATION = 8;
export const SONG_REPEAT_MS = 150;
export const SONG_REPEAT_MS = 250;
export const OI_COMMANDS = {
start: [128],