update connector with bias_tee fixes

This commit is contained in:
Jakob Ketterl 2021-12-20 16:11:51 +01:00
parent 03f0faf378
commit 81b8f183c2
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
# latest develop as of 2021-11-02 (switch to csdr ringbuffers)
cmakebuild owrx_connector 0676fee1a191f2620e7dcaeae8e7425432a929cc
# latest develop as of 2021-12-20 (bias_tee parsing fix)
cmakebuild owrx_connector 10fccf41ce2aaf3f7cd478ce7b55d57c88488642
apt-get -y purge --autoremove $BUILD_PACKAGES
apt-get clean