mirror of
https://github.com/dnet/pySSTV.git
synced 2026-01-02 23:00:11 +01:00
color: Fix Scottie DX timing
Using actual reference timing values from N7CXI Dayton paper.
This commit is contained in:
parent
c975df02a4
commit
635307b254
|
|
@ -79,7 +79,8 @@ class ScottieS2(ScottieS1):
|
|||
|
||||
class ScottieDX(ScottieS1):
|
||||
VIS_CODE = 0x4c
|
||||
SCAN = 345.7696 - ScottieS1.INTER_CH_GAP
|
||||
# http://www.barberdsp.com/downloads/Dayton%20Paper.pdf
|
||||
SCAN = 345.6000 - ScottieS1.INTER_CH_GAP
|
||||
|
||||
|
||||
class Robot36(ColorSSTV):
|
||||
|
|
|
|||
Loading…
Reference in a new issue