tweeked the band handling a touch to see bands with more than one part
[spider.git] / data / bands.pl
index c394f390a544479ef2afa4d7d98bd2095dae4002..7ce539d1d282e392e698eb60393af59c123b300b 100644 (file)
@@ -12,6 +12,7 @@
 # It is up to YOU to make sure that it makes sense!
 # 
 
+
 %bands = (
   '160m' => bless( { band => [ 1800, 2000 ], 
                      cw => [ 1800, 1830 ], 
                      ssb => [47087000, 47089000],
                   }, 'Bands'),
 
-   'band1' => bless ( { band => [47000, 68000],
+   'band1' => bless ( { band => [47000, 49999, 52000, 68000],
                       }, 'Bands'),
                      
    'band2' => bless ( { band => [87500, 108000],