mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-06 23:15:19 +00:00
test sdrs and their availability early on
use polymorphism to load sdrs in
This commit is contained in:
parent
56ef86aab6
commit
bbd6412e3d
3 changed files with 67 additions and 34 deletions
|
|
@ -28,6 +28,9 @@ def main():
|
|||
print(", ".join(featureDetector.get_requirements("core")))
|
||||
return
|
||||
|
||||
# Get error messages about unknown / unavailable features as soon as possible
|
||||
SdrService.loadProps()
|
||||
|
||||
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