mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-01-07 01:00:42 +01:00
band correction
This commit is contained in:
parent
98b2f4ed30
commit
7cd7b20e0c
|
|
@ -182,7 +182,7 @@ def freq_to_band(freq):
|
|||
elif ((freq >= 1200000) and (freq <= 1300000)):
|
||||
band = 0.23 #23cm
|
||||
mode = None
|
||||
elif ((freq >= 2390000) and (freq <= 2450000)):
|
||||
elif ((freq >= 2300000) and (freq <= 2450000)):
|
||||
band = 0.13 #13cm
|
||||
mode = None
|
||||
elif ((freq >= 3300000) and (freq <= 3500000)):
|
||||
|
|
|
|||
Loading…
Reference in a new issue