shorter beeps

This commit is contained in:
legop3
2025-12-08 14:03:38 -05:00
parent 6580de08d4
commit 57d4b5a415
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,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 = 32;
export const SONG_DEFAULT_DURATION = 8;
export const SONG_REPEAT_MS = 150;
export const OI_COMMANDS = {