mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-21 15:56:30 +00:00
[Satellites] Add CAS-5A
This adds CAS-5A to the json file however due to there being two V/U transponders it creates a bug where you cant select SSB or FM at the moment.
This commit is contained in:
parent
9b8e23f126
commit
4ab4f06a25
@ -136,13 +136,41 @@
|
||||
"U/V":[
|
||||
{
|
||||
"Uplink_Mode":"LSB",
|
||||
"Uplink_Freq":"435280000",
|
||||
"Uplink_Freq":"4352800000",
|
||||
"Downlink_Mode":"USB",
|
||||
"Downlink_Freq":"145925000"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"CAS-5A":{
|
||||
"Modes":{
|
||||
"H/U":[
|
||||
{
|
||||
"Uplink_Mode":"USB",
|
||||
"Uplink_Freq":"21435000",
|
||||
"Downlink_Mode":"USB",
|
||||
"Downlink_Freq":"435505000"
|
||||
}
|
||||
],
|
||||
"V/U":[
|
||||
{
|
||||
"Uplink_Mode":"LSB",
|
||||
"Uplink_Freq":"145820000",
|
||||
"Downlink_Mode":"USB",
|
||||
"Downlink_Freq":"435540000"
|
||||
}
|
||||
],
|
||||
"V/U":[
|
||||
{
|
||||
"Uplink_Mode":"FM",
|
||||
"Uplink_Freq":"145925000",
|
||||
"Downlink_Mode":"FM",
|
||||
"Downlink_Freq":"435600000"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"TO-108":{
|
||||
"Modes":{
|
||||
"U/V":[
|
||||
|
Loading…
Reference in New Issue
Block a user