mirror of
https://github.com/dnet/pySSTV.git
synced 2026-03-26 22:14:37 +01:00
added MODES to modules for autodicovery
This commit is contained in:
parent
fbec6a14ca
commit
044f7d549b
2
color.py
2
color.py
|
|
@ -70,3 +70,5 @@ class ScottieS2(ScottieS1):
|
||||||
VIS_CODE = 0x38
|
VIS_CODE = 0x38
|
||||||
SCAN = 88.064 - ScottieS1.INTER_CH_GAP
|
SCAN = 88.064 - ScottieS1.INTER_CH_GAP
|
||||||
WIDTH = 160
|
WIDTH = 160
|
||||||
|
|
||||||
|
MODES = (MartinM1, MartinM2, ScottieS1, ScottieS2)
|
||||||
|
|
|
||||||
|
|
@ -36,3 +36,5 @@ class Robot24BW(GrayscaleSSTV):
|
||||||
HEIGHT = 240
|
HEIGHT = 240
|
||||||
SYNC = 12
|
SYNC = 12
|
||||||
SCAN = 93
|
SCAN = 93
|
||||||
|
|
||||||
|
MODES = (Robot8BW, Robot24BW)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue