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") -> {
hemoCubeViewModel.messages.postValue(
"Data collected \n" + " Processing data"
)
// hemoCubeViewModel.messages.postValue(
// "Data collected \n" + " Processing data"
// )
val resultLines = resultData.split("\\s+(?=LB|LS)".toRegex())
var bufferIntensity = resultLines[1].split(' ')[1].trim()
led1BufferForDevice = bufferIntensity.toDoubleOrNull()!!