From c1f83632350b6636e58ea6866551c1e3e61e66bb Mon Sep 17 00:00:00 2001 From: minima Date: Wed, 21 Aug 2002 17:13:40 +0000 Subject: [PATCH] added warc and contesthf to bands.pl --- Changes | 2 ++ data/bands.pl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Changes b/Changes index 5c07d46c..460ab7c2 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +21Aug02======================================================================= +1. added 'warc' and 'contesthf' to the regions in bands.pl (K1XX). 20Aug02======================================================================= 1. fix lines containing just the character '0' in messages (and console.pl) (K1XX). diff --git a/data/bands.pl b/data/bands.pl index 33f51fea..9d98a173 100644 --- a/data/bands.pl +++ b/data/bands.pl @@ -197,6 +197,7 @@ %regions = ( vlf => [qw( 73khz 136khz )], hf => [qw( 160m 80m 60m 40m 30m 20m 17m 15m 12m 10m )], + contesthf => [qw( 160m 80m 40m 20m 15m 10m )], vhf => [qw( 6m 4m 2m 220 )], vhfradio => [qw( band1 band2 )], vhftv => [qw( band1 band3 )], @@ -205,6 +206,7 @@ shf => [qw( 23cm 13cm 9cm 6cm 3cm )], pmr => [qw( pmrlow pmrmid pmrhigh pmruhf )], spe => [qw( 10m 6m 4m 2m )], + warc => [qw( 60m 30m 17m 12m )], all => [qw( 73khz 136khz 160m 80m 60m 40m 30m 20m 17m 15m 12m 10m 6m 4m 2m 220 70cm 23cm 9cm 6cm 3cm 12mm 6mm )], ); -- 2.34.1