mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Fix Gaming as esports not board game (#5714)
We have 2 video gaming activities but not sure 63, 0, is ever use. However 63, 77, is noted as Esport on garmin documentation, so video gaming. Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/5714 Co-authored-by: CaptKentish <captkentish@noreply.codeberg.org> Co-committed-by: CaptKentish <captkentish@noreply.codeberg.org>
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ public enum GarminSport {
|
||||
MARINE(61, 0, ActivityKind.MARINE),
|
||||
HIIT(62, 0, ActivityKind.HIIT),
|
||||
VIDEO_GAMING(63, 0, ActivityKind.VIDEO_GAMING),
|
||||
GAMING(63, 77, ActivityKind.BOARD_GAME),
|
||||
GAMING(63, 77, ActivityKind.ESPORTS),
|
||||
RACKET(64, 0, ActivityKind.RACKET),
|
||||
PICKLEBALL(64, 84, ActivityKind.PICKLEBALL),
|
||||
PADEL(64, 85, ActivityKind.PADEL),
|
||||
|
||||
Reference in New Issue
Block a user