From cacc02673ce13b12d4eeef7aa0a8d92449a7e50c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 26 Jul 2020 14:56:13 -0400 Subject: [PATCH] added eu and au aprs 2m frequency --- groundstation/bookmarks.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/groundstation/bookmarks.json b/groundstation/bookmarks.json index f4f9304f..178640ac 100644 --- a/groundstation/bookmarks.json +++ b/groundstation/bookmarks.json @@ -118,5 +118,15 @@ "name": "CubeSatSim", "frequency": 434900000, "modulation": "nfm" + }, + { + "name": "APRS EU", + "frequency": 144800000, + "modulation": "nfm" + }, + { + "name": "APRS AU", + "frequency": 145175000, + "modulation": "nfm" } ]