Skip to content

Commit

Permalink
Fix RDG frequency (#26)
Browse files Browse the repository at this point in the history
* fix RDG frequency

* Consolidated and formatted data

---------

Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
jannikvogel and actions-user authored Dec 9, 2023
1 parent efee362 commit 1833adb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1838,7 +1838,7 @@
},
{
"logon": "EDMM_RDG_CTR",
"frequency": "132.550",
"frequency": "132.555",
"abbreviation": "RDG",
"description": "M\u00fcnchen Radar (Roding)",
"schedule_minstation": [
Expand Down
2 changes: 1 addition & 1 deletion edmm/ctr.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
},
{
"logon": "EDMM_RDG_CTR",
"frequency": "132.550",
"frequency": "132.555",
"abbreviation": "RDG",
"description": "M\u00fcnchen Radar (Roding)",
"schedule_minstation": [
Expand Down
2 changes: 1 addition & 1 deletion legacy/atc_station_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@
{
"id": "RDG",
"callsignPrefix": "EDMM",
"frequency": "132.550"
"frequency": "132.555"
},
{
"id": "STA",
Expand Down

0 comments on commit 1833adb

Please sign in to comment.