mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-18 23:14:22 +01:00
Fix HTS Measurement type parsing
This commit is contained in:
@@ -80,7 +80,7 @@ enum class HTSMeasurementType(val value: Int) {
|
|||||||
MOUTH(6),
|
MOUTH(6),
|
||||||
RECTUM(7),
|
RECTUM(7),
|
||||||
TOE(8),
|
TOE(8),
|
||||||
TYMPANIC(7);
|
TYMPANIC(9);
|
||||||
|
|
||||||
override fun toString(): String =
|
override fun toString(): String =
|
||||||
when (this) {
|
when (this) {
|
||||||
|
|||||||
Reference in New Issue
Block a user