From 4037340af55490420d0db458177da08871e20d76 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Mon, 22 Feb 2021 19:57:21 +0000 Subject: [PATCH] add data section on 160m in bands.pl --- data/bands.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/bands.pl b/data/bands.pl index 7ea4a611..1bd60f67 100644 --- a/data/bands.pl +++ b/data/bands.pl @@ -26,8 +26,9 @@ }, 'Bands'), '160m' => bless( { band => [ 1800, 2000 ], - cw => [ 1800, 1830 ], - rtty => [ 1838, 1841 ], + cw => [ 1800, 1838 ], + rtty => [ 1838, 1841 ], + data => [ 1838, 1843], ssb => [ 1831, 2000] }, 'Bands'), -- 2.34.1