mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-07 15:36:27 +00:00
secondary demod now at least displaying something (and other small fixes)
This commit is contained in:
parent
7732b3f685
commit
f44ff3715f
5 changed files with 77 additions and 22 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue