mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-09 03:37:03 +01:00
Adding activity kind snorkeling to garmin devices (#4002)
Co-authored-by: CaptKentish <captkentish@noreply.codeberg.org> Co-committed-by: CaptKentish <captkentish@noreply.codeberg.org>
This commit is contained in:
parent
10403a375b
commit
8a72bf8895
@ -113,6 +113,7 @@ public enum GarminSport {
|
||||
WATER_TUBING(76, 0, ActivityKind.WATER_TUBING),
|
||||
WAKESURFING(77, 0, ActivityKind.WAKESURFING),
|
||||
MIXED_MARTIAL_ARTS(80, 0, ActivityKind.MIXED_MARTIAL_ARTS), // aka MMA
|
||||
SNORKELING(82, 0, ActivityKind.SNORKELING),
|
||||
DANCE(83, 0, ActivityKind.DANCE),
|
||||
JUMP_ROPE(84, 0, ActivityKind.JUMP_ROPING),
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user