update owrx_connector
This commit is contained in:
parent
8abfe059b7
commit
6b4509fca5
@ -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
|
||||
|
@ -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 (.*)$")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user