Skip to content

Commit

Permalink
Fix default scan tuning parameters for Astra-2
Browse files Browse the repository at this point in the history
Change the pre-configured tuning scan parameters for Astra-2
from 10713 MHz to 10773 MHz.
Thanks to [email protected] for reporting the new frequency.
  • Loading branch information
kmdewaal committed Jan 13, 2025
1 parent 69d08b0 commit e229de0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class ScanTransponder: public TransMythUIComboBoxSetting
m_tdm["3 HB"] = { "3 HB", "Hotbird 13.0E", "12015000", "h", "27500000", "8PSK", "DVB-S2", "3/4" };
m_tdm["4 A1"] = { "4 A1", "Astra-1 19.2E", "11229000", "v", "22000000", "8PSK", "DVB-S2", "2/3" };
m_tdm["5 A3"] = { "5 A3", "Astra-3 23.5E", "12031500", "h", "27500000", "QPSK", "DVB-S2", "auto"};
m_tdm["6 A2"] = { "6 A2", "Astra-2 28.2E", "10714000", "h", "22000000", "QPSK", "DVB-S", "5/6" };
m_tdm["6 A2"] = { "6 A2", "Astra-2 28.2E", "10773000", "h", "23000000", "8PSK", "DVB-S2", "3/4" };
m_tdm["7 T3"] = { "7 T3", "Turksat-3A 42.0E", "12610000", "h", "20830000", "QPSK", "DVB-S", "3/4" };
m_tdm["8 T4"] = { "8 T4", "Turksat-4A 42.0E", "11916000", "v", "30000000", "QPSK", "DVB-S", "3/4" };
m_tdm["9 T8"] = { "9 T8", "Turksat-8K 42.0E", "12605000", "v", "34285000","16APSK","DVB-S2", "2/3" };
Expand Down

0 comments on commit e229de0

Please sign in to comment.