X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=data%2Fbands.pl;h=bb361258652d7728e01378d91e340ea8b1ef7c17;hb=866bd5c7cd0fd6c8167d6e6a0c9acfe5feb0ba65;hp=9f0daa91f44e1555fe281a98b45146a9a785e196;hpb=4c92a7711c41cc7ba1c60d5a49a94db239032ac1;p=spider.git diff --git a/data/bands.pl b/data/bands.pl index 9f0daa91..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], @@ -190,4 +192,5 @@ uhftv => [ 'band4', 'band5' ], shf => [ '23cm', '13cm', '9cm', '6cm', '3cm' ], pmr => [ 'pmrlow', 'pmrmid', 'pmrhigh', 'pmruhf' ], + spe => [ '10m', '6m', '4m', '2m' ], );