mirror of
https://github.com/smittix/intercept.git
synced 2026-04-29 09:09:59 -07:00
Fix satellite target switching regression
This commit is contained in:
@@ -55,6 +55,20 @@ _BUILTIN_TRANSMITTERS: dict[int, list[dict]] = {
|
||||
"service": "SSTV",
|
||||
},
|
||||
],
|
||||
40069: [
|
||||
{
|
||||
"description": "Meteor LRPT weather downlink",
|
||||
"downlink_low": 137.900,
|
||||
"downlink_high": 137.900,
|
||||
"uplink_low": None,
|
||||
"uplink_high": None,
|
||||
"mode": "LRPT",
|
||||
"baud": 72000,
|
||||
"status": "active",
|
||||
"type": "image",
|
||||
"service": "Weather",
|
||||
},
|
||||
],
|
||||
57166: [
|
||||
{
|
||||
"description": "Meteor LRPT weather downlink",
|
||||
|
||||
Reference in New Issue
Block a user