X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=data%2Fbands.pl;h=9f0daa91f44e1555fe281a98b45146a9a785e196;hb=3b3a59d698d4388d048f9831d76d6f4c59480670;hp=7ce539d1d282e392e698eb60393af59c123b300b;hpb=3d29b1a4d4aab997da2deff10470068601744530;p=spider.git diff --git a/data/bands.pl b/data/bands.pl index 7ce539d1..9f0daa91 100644 --- a/data/bands.pl +++ b/data/bands.pl @@ -14,6 +14,12 @@ %bands = ( + '73khz' => bless ( { band => [71, 75], + }, 'Bands'), + + '136Khz' => bless ( { band => [135, 138], + }, 'Bands'), + '160m' => bless( { band => [ 1800, 2000 ], cw => [ 1800, 1830 ], rtty => [ 1838, 1841 ], @@ -59,10 +65,10 @@ ssb => [ 21151, 21450] }, 'Bands'), - '12m' => bless( { band => [ 21000, 21450 ], - cw => [ 21000, 21150 ], - data => [ 21100, 21120 ], - ssb => [ 21151, 21450] + '12m' => bless( { band => [ 24890, 24990 ], + cw => [ 24890, 24990 ], + ssb => [ 24920, 24930], + rtty => [ 24930, 24990], }, 'Bands'), @@ -175,6 +181,7 @@ # %regions = ( + vlf => [ '73khz', '136khz' ], hf => [ '160m', '80m', '40m', '30m', '20m', '17m', '15m', '12m', '10m' ], vhf => [ '6m', '4m', '2m', '220' ], vhfradio => [ 'band1', 'band2' ],