increase required connector version to 0.5 (0.4 would work but cannot be

parsed)
This commit is contained in:
Jakob Ketterl 2021-08-02 18:11:45 +02:00
parent d0d3e67174
commit fa49e59200
1 changed files with 1 additions and 1 deletions

View File

@ -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):
"""