From a02ba3e9ea44daedf9b07310402f9a503b969cfd Mon Sep 17 00:00:00 2001 From: Pritimay Sarkar Date: Tue, 28 Nov 2023 12:05:06 +0530 Subject: [PATCH] release 2.1.39 with updated coeffs for dev2 --- app/build.gradle | 4 ++-- .../com/example/hpostesting/data/constant/Constants.kt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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 ), )