mirror of
https://github.com/dnet/pySSTV.git
synced 2026-03-26 22:14:37 +01:00
fixed Martin porch
This commit is contained in:
parent
4d3bdef3c5
commit
ed047c981a
5
color.py
5
color.py
|
|
@ -37,9 +37,12 @@ class MartinM1(ColorSSTV):
|
||||||
INTER_CH_GAP = 0.572
|
INTER_CH_GAP = 0.572
|
||||||
|
|
||||||
def before_channel(self, index):
|
def before_channel(self, index):
|
||||||
if index != ColorSSTV.GREEN:
|
if index == ColorSSTV.GREEN:
|
||||||
yield FREQ_BLACK, self.INTER_CH_GAP
|
yield FREQ_BLACK, self.INTER_CH_GAP
|
||||||
|
|
||||||
|
def after_channel(self, index):
|
||||||
|
yield FREQ_BLACK, self.INTER_CH_GAP
|
||||||
|
|
||||||
|
|
||||||
class MartinM2(MartinM1):
|
class MartinM2(MartinM1):
|
||||||
VIS_CODE = 0x28
|
VIS_CODE = 0x28
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue