update owrx_connector

This commit is contained in:
Jakob Ketterl
2020-03-02 21:55:21 +01:00
parent 8abfe059b7
commit 6b4509fca5
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ class FeatureDetector(object):
)
def _check_connector(self, command):
required_version = LooseVersion("0.1")
required_version = LooseVersion("0.2")
owrx_connector_version_regex = re.compile("^owrx-connector version (.*)$")