chore: drop 6m from PSK Reporter subscription — only 2m and up

This commit is contained in:
Graham McInitre 2026-07-16 08:40:02 -05:00
parent e6018c6fd9
commit 57bd89166f

View file

@ -67,7 +67,7 @@ defmodule Microwaveprop.Pskr.Client do
# HRRR domain; HRDPS will eventually add Canada (1).
@us_dxcc 291
@default_bands ~w(6m 2m 70cm 23cm 13cm 9cm 6cm 3cm 1.25cm)
@default_bands ~w(2m 70cm 23cm 13cm 9cm 6cm 3cm 1.25cm)
@spec start_link(keyword()) :: GenServer.on_start()
def start_link(opts \\ []) do