X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=data%2Fbands.pl;h=bb361258652d7728e01378d91e340ea8b1ef7c17;hb=866bd5c7cd0fd6c8167d6e6a0c9acfe5feb0ba65;hp=7ac51e10f75efdd8a1279ae91a4ae628dd1134e7;hpb=b060a0a3ee72530aa3f10d453186a662b66d7efe;p=spider.git diff --git a/data/bands.pl b/data/bands.pl index 7ac51e10..bb361258 100644 --- a/data/bands.pl +++ b/data/bands.pl @@ -10,6 +10,8 @@ # There MUST be at last a 'band' entry # # It is up to YOU to make sure that it makes sense! +# +# ALL the labels MUST BE in lower case. # @@ -17,7 +19,7 @@ '73khz' => bless ( { band => [71, 75], }, 'Bands'), - '136Khz' => bless ( { band => [135, 138], + '136khz' => bless ( { band => [135, 138], }, 'Bands'), '160m' => bless( { band => [ 1800, 2000 ], @@ -52,7 +54,7 @@ data => [ 14070, 14098, 14101, 14111 ], }, 'Bands'), - '18m' => bless( { band => [ 18068, 18168 ], + '17m' => bless( { band => [ 18068, 18168 ], cw => [ 18068, 18100 ], ssb => [ 18111, 18168 ], data => [ 18101, 18108], @@ -65,10 +67,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'), @@ -190,4 +192,5 @@ uhftv => [ 'band4', 'band5' ], shf => [ '23cm', '13cm', '9cm', '6cm', '3cm' ], pmr => [ 'pmrlow', 'pmrmid', 'pmrhigh', 'pmruhf' ], + spe => [ '10m', '6m', '4m', '2m' ], );