fix W1 range
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user