Added Buffer Value Logic

This commit is contained in:
mohamedkaif356
2023-08-03 13:01:03 +05:30
parent 4c847fb132
commit 8237e753c0
2 changed files with 17 additions and 1 deletions

View File

@@ -46,6 +46,6 @@ object Constants {
const val password = "SMI@12345"
const val KIT_NUMBER = "KitNumber"
const val KIT_COUNT = "KitCount"
const val BUFFER_VALUE = "BufferValue"
}