add variable thresholds paramters across devices
This commit is contained in:
@@ -92,4 +92,19 @@ object Constants {
|
||||
listOf(1.0, 0.0) // LED4
|
||||
),
|
||||
)
|
||||
|
||||
val BUFFER_INTENSITY_THRESHOLDS: Map<String, List<List<Int>>> = mapOf<String, List<List<Int>>>(
|
||||
"HCV-000-3001" to listOf(
|
||||
listOf(24000, 24500),
|
||||
listOf(21000, 24500),
|
||||
listOf(21000, 24500),
|
||||
listOf(21000, 24500),
|
||||
),
|
||||
"HCV-000-3002" to listOf(
|
||||
listOf(21000, 24500),
|
||||
listOf(21000, 24500),
|
||||
listOf(21000, 24500),
|
||||
listOf(21000, 24500),
|
||||
)
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user