feat: Added EME Contests in the Contest mode

This commit is contained in:
2026-07-06 09:54:12 +02:00
parent 7b0a1ac832
commit be00f6a46d
+5
View File
@@ -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).