From 25fa9513feaac4a75e283a828972c36b7566045d Mon Sep 17 00:00:00 2001 From: chrisgutierrez96 <127434915+chrisgutierrez96@users.noreply.github.com> Date: Wed, 18 Oct 2023 22:20:34 -0400 Subject: [PATCH] Added EDWW EBG Nord/Sued Arrival Sectors --- edww/app.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/edww/app.json b/edww/app.json index e69de29..506d1e8 100644 --- a/edww/app.json +++ b/edww/app.json @@ -0,0 +1,26 @@ +[ + { + "logon": "EDDH_E_APP", + "frequency": "119.510", + "abbreviation": "HAME", + "description": "Bremen Radar (Hamburg Arrival East)" + }, + { + "logon": "EDDH_W_APP", + "frequency": "134.255", + "abbreviation": "HAMW", + "description": "Bremen Radar (Hamburg Arrival West)" + }, + { + "logon": "EDDV_APP", + "frequency": "119.490", + "abbreviation": "HAN", + "description": "Bremen Radar (Hannover Arrival)" + }, + { + "logon": "EDDW_APP", + "frequency": "124.800", + "abbreviation": "FRI", + "description": "Bremen Radar (Friesland)" + } +]