diff --git a/core/constants.py b/core/constants.py index f127166..97eefa0 100644 --- a/core/constants.py +++ b/core/constants.py @@ -62,7 +62,7 @@ BANDS = [ Band(name="1.25m", start_freq=219000000, end_freq=225000000), Band(name="70cm", start_freq=420000000, end_freq=450000000), Band(name="23cm", start_freq=1240000000, end_freq=1325000000), - Band(name="2.4GHz", start_freq=2300000000, end_freq=2450000000), + Band(name="13cm", start_freq=2300000000, end_freq=2450000000), Band(name="5.8GHz", start_freq=5725000000, end_freq=5850000000), Band(name="10GHz", start_freq=10000000000, end_freq=10500000000), Band(name="24GHz", start_freq=24000000000, end_freq=24050000000),