update owrx_connector in docker

This commit is contained in:
Jakob Ketterl 2021-04-21 23:21:47 +02:00
parent f6b0e37664
commit 5f5881cdfa
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-02-01 (string parsing fixes)
cmakebuild owrx_connector 4789a82015a66f11440bdfd4a935bafa7da22fbe
# latest develop as of 2021-04-21 (device selector improvements)
cmakebuild owrx_connector 532aa8fb102d9d6bb3f53a21f9acdd4af317493e
apt-get -y purge --autoremove $BUILD_PACKAGES
apt-get clean