color: Fix Scottie DX timing

Using actual reference timing values from N7CXI Dayton paper.
This commit is contained in:
Stuart Longland 2024-07-22 08:24:50 +10:00
parent c975df02a4
commit 635307b254
No known key found for this signature in database
GPG key ID: F6F148699329D96A

View file

@ -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):