firmware changes for 4 leds

This commit is contained in:
Pritimay Sarkar
2023-11-07 05:18:27 +05:30
parent 27949352dd
commit f0d0740cd7
2 changed files with 178 additions and 121 deletions

View File

@@ -69,5 +69,7 @@ object Constants {
const val KIT_COUNT = "KitCount"
const val BUFFER_VALUE_1 = "BufferValue1"
const val BUFFER_VALUE_2 = "BufferValue2"
const val BUFFER_VALUE_3 = "BufferValue3"
const val BUFFER_VALUE_4 = "BufferValue4"
const val DEVICE_ID = "DEVICE_ID"
}