Add QRP and RaDAR Rally activities

This commit is contained in:
Ian Renton
2026-09-18 17:14:24 +01:00
parent 51798fbc81
commit 0ad0d25c70
2 changed files with 18 additions and 1 deletions
+16
View File
@@ -44,6 +44,14 @@ ACTIVITIES = [
icon="fa-moon",
refs_globally_unique=False,
),
Activity(
name="QRP",
comment_names=["QRP"],
description="Low power",
sig_type=ActivityType.TRADITIONAL,
icon="fa-volume-low",
refs_globally_unique=False,
),
Activity(
name="POTA",
comment_names=["POTA"],
@@ -257,6 +265,14 @@ ACTIVITIES = [
icon="fa-square",
refs_globally_unique=False,
),
Activity(
name="RaDAR Rally",
comment_names=["RaDAR"],
description="RaDAR Rally",
sig_type=ActivityType.EVENT,
icon="fa-headset",
refs_globally_unique=False,
),
Activity(
name="WAB",
comment_names=["WAB"],