X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=data%2Fbands.pl;h=7ac51e10f75efdd8a1279ae91a4ae628dd1134e7;hb=d22ce72557d2fd2586261cfe40603641cd57f1ea;hp=c394f390a544479ef2afa4d7d98bd2095dae4002;hpb=d7cd2f1d32971efd542a9e4bf0d1df92a4d054de;p=spider.git diff --git a/data/bands.pl b/data/bands.pl index c394f390..7ac51e10 100644 --- a/data/bands.pl +++ b/data/bands.pl @@ -12,7 +12,14 @@ # It is up to YOU to make sure that it makes sense! # + %bands = ( + '73khz' => bless ( { band => [71, 75], + }, 'Bands'), + + '136Khz' => bless ( { band => [135, 138], + }, 'Bands'), + '160m' => bless( { band => [ 1800, 2000 ], cw => [ 1800, 1830 ], rtty => [ 1838, 1841 ], @@ -130,7 +137,7 @@ ssb => [47087000, 47089000], }, 'Bands'), - 'band1' => bless ( { band => [47000, 68000], + 'band1' => bless ( { band => [47000, 49999, 52000, 68000], }, 'Bands'), 'band2' => bless ( { band => [87500, 108000], @@ -174,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' ],