From de0b234c3707f3350c16c52b8f89e15f7eb90d41 Mon Sep 17 00:00:00 2001 From: "Matthew McDougal, KA0S" <26339355+ars-ka0s@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:08:19 -0500 Subject: [PATCH] Add NOAA Weather Radio frequencies to bands.json --- bands.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bands.json b/bands.json index 0e9dc7bc..5aeb045a 100644 --- a/bands.json +++ b/bands.json @@ -450,5 +450,14 @@ "frequencies": { "ais": [161975000, 162025000] } + }, + { + "name": "NOAA Weather Radio", + "lower_bound": 162390000, + "upper_bound": 162560000, + "tags": ["service"], + "frequencies": { + "eassame": [162400000, 162425000, 162450000, 162475000, 162500000, 162525000, 162550000] + } } ]