From efca3520ab6f0a09e0765117183578da6e61ca56 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 21 Sep 2020 14:54:59 +0200 Subject: [PATCH] update connectors --- docker/scripts/install-connectors.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/scripts/install-connectors.sh b/docker/scripts/install-connectors.sh index 3ae9522..f1cb5eb 100755 --- a/docker/scripts/install-connectors.sh +++ b/docker/scripts/install-connectors.sh @@ -24,8 +24,8 @@ apt-get update apt-get -y install --no-install-recommends $BUILD_PACKAGES git clone https://github.com/jketterl/owrx_connector.git -# this is the latest development version as of 2020-09-01 (pthread_detach fix) -cmakebuild owrx_connector cd079e763437cdee29d34920929f2d9a559f5f27 +# this is the latest development version as of 2020-09-21 (sync device modifications) +cmakebuild owrx_connector 80046d9d6a769206c3f48e265982ee34739728b2 apt-get -y purge --autoremove $BUILD_PACKAGES apt-get clean