diff --git a/app/build.gradle b/app/build.gradle index bfe738a..0eca9d0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android { applicationId "in.sminnovations.hpostesting" minSdk 21 targetSdk 34 - versionCode 38 - versionName "2.1.38" + versionCode 39 + versionName "2.1.39" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/java/com/example/hpostesting/data/constant/Constants.kt b/app/src/main/java/com/example/hpostesting/data/constant/Constants.kt index 6d6b23d..fde46ad 100644 --- a/app/src/main/java/com/example/hpostesting/data/constant/Constants.kt +++ b/app/src/main/java/com/example/hpostesting/data/constant/Constants.kt @@ -86,10 +86,10 @@ object Constants { listOf(1.0, 0.0) // LED4 ), "HCV-000-3002" to listOf( - listOf(1.313, -0.89), // LED1, 435nm - listOf(0.581462456, -0.58502), // LED2, 415nm - listOf(0.2012, 0.0092), // LED3, 555nm - listOf(1.0, 0.0) // LED4 + listOf(0.723142, -0.09135), // LED1, 435nm + listOf(0.581462456, -0.58502), // LED2, 415nm + listOf(0.1964, 0.011565), // LED3, 555nm + listOf(1.0, 0.0) // LED4 ), )