feat: Added EME Contests in the Contest mode
This commit is contained in:
@@ -74,6 +74,11 @@ var catalogue = []Def{
|
|||||||
{"WW-DIGI", "World Wide Digi DX Contest", ExGrid},
|
{"WW-DIGI", "World Wide Digi DX Contest", ExGrid},
|
||||||
{"EU-HF-C", "EU HF Championship", ExSerial},
|
{"EU-HF-C", "EU HF Championship", ExSerial},
|
||||||
{"DARC-WAEDC", "WAEDC", 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).
|
// List returns the catalogue sorted by name (copy — callers must not mutate).
|
||||||
|
|||||||
Reference in New Issue
Block a user