From d054dfb248813abcea5e075bbbfb69c44d46a4ba Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 3 Sep 2023 20:04:12 +0200 Subject: [PATCH] update bandplan with ISM frequency --- bands.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bands.json b/bands.json index 2533c6d7..3d50ac71 100644 --- a/bands.json +++ b/bands.json @@ -376,5 +376,14 @@ "frequencies": { "adsb": 1090000000 } + }, + { + "name": "ISM-433", + "lower_bound": 433050000, + "upper_bound": 434790000, + "tags": [], + "frequencies": { + "ism": 433920000 + } } ]