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:
CaptKentish
2026-01-25 00:29:04 +01:00
committed by José Rebelo
parent fd22f674f7
commit a8415c035e
@@ -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),