From a173c47473f6f3c6c6d92d63cfbdab2a560bd666 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 1 Jan 2024 20:31:40 +0100 Subject: [PATCH] update connector --- 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 b09c106b..f056f297 100755 --- a/docker/scripts/install-connectors.sh +++ b/docker/scripts/install-connectors.sh @@ -25,8 +25,8 @@ apt-get update apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES git clone https://github.com/jketterl/owrx_connector.git -# latest develop as of 2023-08-04 (direct_sampling for rtl_tcp_connector) -cmakebuild owrx_connector 5341601af353a60d5b3c66ece8bb8ac85bfdae7d +# latest develop as of 2024-01-01 (fixed startup race condition) +cmakebuild owrx_connector 62219d40e180abb539ad61fcd9625b90c34f0e26 apt-get -y purge --autoremove $BUILD_PACKAGES apt-get clean