mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-04 22:07:34 +00:00
corrected Scottie HSYNC condition
This commit is contained in:
parent
278f860413
commit
bc247c6fde
1 changed files with 1 additions and 1 deletions
2
color.py
2
color.py
|
|
@ -60,7 +60,7 @@ class ScottieS1(MartinM1):
|
|||
return []
|
||||
|
||||
def before_channel(self, index):
|
||||
if index != ColorSSTV.RED:
|
||||
if index == ColorSSTV.RED:
|
||||
for item in MartinM1.horizontal_sync(self):
|
||||
yield item
|
||||
yield FREQ_BLACK, self.INTER_CH_GAP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue