Update band limits as per ADIF 3.0.6 specification

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8088 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2017-09-16 20:27:13 +00:00
parent 41a60d4f0c
commit c6acee8bfd
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
namespace
{
// Table of ADIF band definitions as defined in the ADIF
// specification.
// specification as at ADIF v3.0.6
struct ADIFBand
{
char const * const name_;
@ -20,7 +20,7 @@ namespace
{"560m", 501000u, 504000u},
{"160m", 1800000u, 2000000u},
{"80m", 3500000u, 4000000u},
{"60m", 5102000u, 5406500u},
{"60m", 5060000u, 5450000u},
{"40m", 7000000u, 7300000u},
{"30m", 10000000u, 10150000u},
{"20m", 14000000u, 14350000u},