refactoring

This commit is contained in:
Pritimay Sarkar
2023-10-30 21:08:02 +05:30
parent 88aab7c527
commit 8872e484a1
3 changed files with 7 additions and 32 deletions

View File

@@ -2,7 +2,7 @@ package com.example.hpostesting.data.constant
enum class HemoCubeCommands(val command: String) {
startBuffer("B\r"),
getBuffer("D\r"),
runDiagnostics("D\r"),
startSample("S\r"),
getSample("P\r"),
getDeviceId("I\r"),