more adjustment

This commit is contained in:
legop3
2026-01-31 16:30:50 -05:00
parent 79da247dbe
commit d64e99b674
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -18,9 +18,9 @@ export const SONG_DEFAULT_DURATION = 8;
export const SONG_REPEAT_MS = 250;
export const HORN_MAX_MS = 1200;
export const HORN_HEAT_UP_PER_SEC = 1.3;
export const HORN_HEAT_COOL_PER_SEC = 0.35;
export const HORN_HEAT_RESUME_THRESHOLD = 0.7;
export const HORN_HEAT_UP_PER_SEC = 1;
export const HORN_HEAT_COOL_PER_SEC = 0.2;
export const HORN_HEAT_RESUME_THRESHOLD = 0.8;
export const OI_COMMANDS = {
start: [128],