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