This commit is contained in:
Pritimay Sarkar
2024-02-16 09:23:01 +05:30
parent 8c3b63390c
commit 3e8542e309

View File

@@ -224,9 +224,9 @@ class HemoCubeBufferCheckFragment : Fragment() {
} }
resultData.contains("REND") -> { resultData.contains("REND") -> {
hemoCubeViewModel.messages.postValue( // hemoCubeViewModel.messages.postValue(
"Data collected \n" + " Processing data" // "Data collected \n" + " Processing data"
) // )
val resultLines = resultData.split("\\s+(?=LB|LS)".toRegex()) val resultLines = resultData.split("\\s+(?=LB|LS)".toRegex())
var bufferIntensity = resultLines[1].split(' ')[1].trim() var bufferIntensity = resultLines[1].split(' ')[1].trim()
led1BufferForDevice = bufferIntensity.toDoubleOrNull()!! led1BufferForDevice = bufferIntensity.toDoubleOrNull()!!