fixed Martin porch

pull/1/head
András Veres-Szentkirályi 2013-05-30 19:00:16 +02:00
rodzic 4d3bdef3c5
commit ed047c981a
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -37,9 +37,12 @@ class MartinM1(ColorSSTV):
INTER_CH_GAP = 0.572
def before_channel(self, index):
if index != ColorSSTV.GREEN:
if index == ColorSSTV.GREEN:
yield FREQ_BLACK, self.INTER_CH_GAP
def after_channel(self, index):
yield FREQ_BLACK, self.INTER_CH_GAP
class MartinM2(MartinM1):
VIS_CODE = 0x28