Merge branch 'Homocube' of https://gitlab.com/sminnovations/hpos into Homocube

This commit is contained in:
Pritimay Sarkar
2023-09-30 09:49:09 +05:30
2 changed files with 17 additions and 1 deletions

View File

@@ -425,6 +425,11 @@ class HemoCubeFragment : Fragment() {
// }
// }
DataHolder.hemoCubeTestData?.apply {
activity?.runOnUiThread {
binding.tvName.visibility = View.VISIBLE
}
binding.tvName.text = this.name
deviceId = deviceSerialNo
led1Buffer = led1BufferForDevice
led2Buffer = led2BufferForDevice