kopia lustrzana https://github.com/dnet/pySSTV
added MODES to modules for autodicovery
rodzic
fbec6a14ca
commit
044f7d549b
2
color.py
2
color.py
|
@ -70,3 +70,5 @@ class ScottieS2(ScottieS1):
|
|||
VIS_CODE = 0x38
|
||||
SCAN = 88.064 - ScottieS1.INTER_CH_GAP
|
||||
WIDTH = 160
|
||||
|
||||
MODES = (MartinM1, MartinM2, ScottieS1, ScottieS2)
|
||||
|
|
|
@ -36,3 +36,5 @@ class Robot24BW(GrayscaleSSTV):
|
|||
HEIGHT = 240
|
||||
SYNC = 12
|
||||
SCAN = 93
|
||||
|
||||
MODES = (Robot8BW, Robot24BW)
|
||||
|
|
Ładowanie…
Reference in New Issue