From c1ec68f6ed9dd9c648a38b7bf18b2baf53375bfc Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Thu, 3 Nov 2022 14:14:01 +0000 Subject: [PATCH] [Satelites] Added GREENCUBE --- assets/json/satellite_data.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/json/satellite_data.json b/assets/json/satellite_data.json index 24288ef5..2f121561 100644 --- a/assets/json/satellite_data.json +++ b/assets/json/satellite_data.json @@ -566,5 +566,17 @@ } ] } + }, + "GREENCUBE":{ + "Modes":{ + "V":[ + { + "Uplink_Mode":"PKT", + "Uplink_Freq":"435310000", + "Downlink_Mode":"PKT", + "Downlink_Freq":"435310000" + } + ] + } } }