From 6b4509fca5c7680ed3b8f2ad67d405f2b77da44a Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 2 Mar 2020 21:55:21 +0100 Subject: [PATCH] update owrx_connector --- docker/scripts/install-connectors.sh | 2 +- owrx/feature.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/scripts/install-connectors.sh b/docker/scripts/install-connectors.sh index 5025081..caf5b18 100755 --- a/docker/scripts/install-connectors.sh +++ b/docker/scripts/install-connectors.sh @@ -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 diff --git a/owrx/feature.py b/owrx/feature.py index ee49bc1..7e7bf9c 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -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 (.*)$")