mirror of
https://github.com/dnet/pySSTV.git
synced 2025-12-06 07:12:00 +01:00
color: Drop width for Scottie S2 mode
It's the same width as the other Scottie modes according to the Dayton paper presented by JL Barber (N7CXI).
This commit is contained in:
parent
a4c840177c
commit
05a5d33ef9
|
|
@ -74,7 +74,6 @@ class ScottieS1(MartinM1):
|
|||
class ScottieS2(ScottieS1):
|
||||
VIS_CODE = 0x38
|
||||
SCAN = 88.064 - ScottieS1.INTER_CH_GAP
|
||||
WIDTH = 160
|
||||
|
||||
|
||||
class ScottieDX(ScottieS1):
|
||||
|
|
|
|||
Loading…
Reference in a new issue