Skip to content

Commit

Permalink
Merge branch 'master' into datacast-source
Browse files Browse the repository at this point in the history
  • Loading branch information
ZXGuesser committed Sep 16, 2024
2 parents ba81b88 + 5fe82f4 commit 9da66f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions scripts/known_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
{"name":"Ceefax (Yorks and Lincs)","type":"svn","url":"https://internal.nathanmediaservices.co.uk/svn/ceefax/Yorks&Lincs","path":"CeefaxYorksAndLincs", "subservices":[{"name":"CeefaxCommon","type":"svn","url":"https://internal.nathanmediaservices.co.uk/svn/ceefax/national","path":"National","required":true}]}
]},
{"name":"Chunkytext","type":"git","url":"https://zxnet.co.uk/git/cf.git","path":"Chunkytext"},
{"name":"SPARK","type":"git","url":"https://github.com/ZXGuesser/spark-teletext.git","path":"SPARK"}
{"name":"SPARK","type":"git","url":"https://github.com/ZXGuesser/spark-teletext.git","path":"SPARK"},
{"name":"Nemetext","type":"git","url":"https://github.com/JamieNemeth/nemetext.git","path":"Nemetext"}
]
}
}
2 changes: 1 addition & 1 deletion scripts/runvbit2.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def signalHandler(_signo, _stack_frame):
for i in range(linesPerField):
mask = (mask << 1) & 0xffff

destproc = [os.path.join(os.getenv('HOME'), "raspi-teletext/teletext"), "-m", "0x{:04x}".format(mask), "-"]
destproc = [os.path.join(os.getenv('HOME'), "raspi-teletext/teletext"), "-m", "0x{:04x}".format(mask), "-l", "66", "-"]

if prerun:
subprocess.run(prerun)
Expand Down

0 comments on commit 9da66f7

Please sign in to comment.