increase required connector version to 0.5 (0.4 would work but cannot be
parsed)
This commit is contained in:
parent
d0d3e67174
commit
fa49e59200
@ -281,7 +281,7 @@ class FeatureDetector(object):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def _check_owrx_connector(self, command):
|
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):
|
def has_rtl_connector(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user