mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
increase required connector version to 0.5 (0.4 would work but cannot be
parsed)
This commit is contained in:
parent
d0d3e67174
commit
fa49e59200
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ class FeatureDetector(object):
|
|||
return False
|
||||
|
||||
def _check_owrx_connector(self, command):
|
||||
return self._check_connector(command, LooseVersion("0.4"))
|
||||
return self._check_connector(command, LooseVersion("0.5"))
|
||||
|
||||
def has_rtl_connector(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue