secondary demod now at least displaying something (and other small fixes)

This commit is contained in:
Jakob Ketterl 2019-05-05 22:09:48 +02:00
parent 7732b3f685
commit f44ff3715f
5 changed files with 77 additions and 22 deletions

View file

@ -30,7 +30,8 @@ def main():
print(e)
return
RtlNmuxSource()
if (pm.getPropertyValue("start_rtl_thread")):
RtlNmuxSource().start()
server = ThreadedHttpServer(('0.0.0.0', pm.getPropertyValue("web_port")), RequestHandler)
server.serve_forever()