update connectors

This commit is contained in:
Jakob Ketterl 2020-09-21 14:54:59 +02:00
parent cc385f851f
commit efca3520ab
1 changed files with 2 additions and 2 deletions

View File

@ -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