release 2.1.39 with updated coeffs for dev2

This commit is contained in:
Pritimay Sarkar
2023-11-28 12:05:06 +05:30
parent 457c652161
commit a02ba3e9ea
2 changed files with 6 additions and 6 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId "in.sminnovations.hpostesting" applicationId "in.sminnovations.hpostesting"
minSdk 21 minSdk 21
targetSdk 34 targetSdk 34
versionCode 38 versionCode 39
versionName "2.1.38" versionName "2.1.39"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@@ -86,10 +86,10 @@ object Constants {
listOf(1.0, 0.0) // LED4 listOf(1.0, 0.0) // LED4
), ),
"HCV-000-3002" to listOf( "HCV-000-3002" to listOf(
listOf(1.313, -0.89), // LED1, 435nm listOf(0.723142, -0.09135), // LED1, 435nm
listOf(0.581462456, -0.58502), // LED2, 415nm listOf(0.581462456, -0.58502), // LED2, 415nm
listOf(0.2012, 0.0092), // LED3, 555nm listOf(0.1964, 0.011565), // LED3, 555nm
listOf(1.0, 0.0) // LED4 listOf(1.0, 0.0) // LED4
), ),
) )