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