fix ranges

This commit is contained in:
2026-02-23 01:12:49 +01:00
parent dd18f74e65
commit e115106b2b
3 changed files with 22 additions and 22 deletions

View File

@@ -155,12 +155,12 @@ func (m Model) renderControlsPanel(width int) string {
20: "W20 (Gain)",
}
paramRanges := map[int][2]int{
1: {0, 2000},
1: {0, 255},
2: {0, 4095},
3: {1, 50},
4: {10, 1000},
11: {0, 1000},
12: {0, 1000},
4: {1000, 60000},
11: {5, 300},
12: {5, 300},
20: {0, 255},
}