mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-21 06:03:43 +00:00
added Martin M2 mode
This commit is contained in:
parent
b565036d3b
commit
f14657026d
1 changed files with 6 additions and 0 deletions
6
sstv.py
6
sstv.py
|
|
@ -148,6 +148,12 @@ class MartinM1(ColorSSTV):
|
|||
INTER_CH_GAP = 0.572
|
||||
|
||||
|
||||
class MartinM2(MartinM1):
|
||||
VIS_CODE = 0x28
|
||||
WIDTH = 160
|
||||
SCAN = 73.216
|
||||
|
||||
|
||||
class ScottieS1(MartinM1):
|
||||
VIS_CODE = 0x3c
|
||||
SYNC = 9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue