From f31148686da0d1e2871871b349daab179bafdc3b Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Thu, 1 Jan 2026 17:33:46 +0000 Subject: [PATCH] Change 2.4GHz to 13cm to match Field Spotter naming convention #88 --- core/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),