fix W1 range

This commit is contained in:
2026-02-23 01:35:26 +01:00
parent e115106b2b
commit 6df2073174
3 changed files with 3 additions and 3 deletions

View File

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