From f37c7baefb01b0cd6a9b23e67fc4dde4e1c4b9e2 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 21 Sep 2020 18:31:49 +0200 Subject: [PATCH] update connectors --- docker/scripts/install-connectors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/scripts/install-connectors.sh b/docker/scripts/install-connectors.sh index f1cb5eb..6560239 100755 --- a/docker/scripts/install-connectors.sh +++ b/docker/scripts/install-connectors.sh @@ -25,7 +25,7 @@ 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-21 (sync device modifications) -cmakebuild owrx_connector 80046d9d6a769206c3f48e265982ee34739728b2 +cmakebuild owrx_connector ecbadcd33135530e19a66541959e2b0207e11b39 apt-get -y purge --autoremove $BUILD_PACKAGES apt-get clean