chore: drop 6m from PSK Reporter subscription — only 2m and up
This commit is contained in:
parent
e6018c6fd9
commit
57bd89166f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue