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

@ -24,6 +24,6 @@ apk add --no-cache --virtual .build-deps $BUILD_PACKAGES
git clone https://github.com/jketterl/owrx_connector.git
cmakebuild owrx_connector 22a34fe649a0121a79262f54e99e9aa864b1536f
cmakebuild owrx_connector b68210e59b8475ed3dfc4dfb25de0b0a63193b87
apk del .build-deps

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 (.*)$")