From be00f6a46d0795bcd9e37ed0a438d1cf427ee962 Mon Sep 17 00:00:00 2001 From: rouggy Date: Mon, 6 Jul 2026 09:54:12 +0200 Subject: [PATCH] feat: Added EME Contests in the Contest mode --- internal/contest/contest.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/internal/contest/contest.go b/internal/contest/contest.go index 2541d69..7fd2377 100644 --- a/internal/contest/contest.go +++ b/internal/contest/contest.go @@ -74,6 +74,11 @@ var catalogue = []Def{ {"WW-DIGI", "World Wide Digi DX Contest", ExGrid}, {"EU-HF-C", "EU HF Championship", ExSerial}, {"DARC-WAEDC", "WAEDC", ExSerial}, + // EME (Earth-Moon-Earth) contests — the exchange is a signal report (TMO / + // RST), so there's no serial or fixed multiplier to prefill. + {"ARRL-EME", "ARRL EME Contest", ExRST}, + {"DUBUS-REF-EME", "Dubus & REF EME Contest", ExRST}, + {"ARI-EME", "ARI EME Contest", ExRST}, } // List returns the catalogue sorted by name (copy — callers must not mutate).