From 5d4f3b8d90be567ad9914f31a17f44d670239add Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 26 Sep 2020 01:46:25 +0200 Subject: [PATCH] update owrx_connector in docker --- 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 6560239..34b8c06 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-21 (sync device modifications) -cmakebuild owrx_connector ecbadcd33135530e19a66541959e2b0207e11b39 +# this is the latest development version as of 2020-09-25 (switch antenna first) +cmakebuild owrx_connector 2252ee44ec3ae5ca91c576d905cd2c077d416ae8 apt-get -y purge --autoremove $BUILD_PACKAGES apt-get clean