From 0731c78a4310f5066a39d0bbe410a2d39560b7ce Mon Sep 17 00:00:00 2001 From: 3djc Date: Mon, 26 Aug 2019 10:01:54 +0200 Subject: [PATCH] Allow Horus in 2.3 nightlies --- tools/nightly23/build-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/nightly23/build-nightly.sh b/tools/nightly23/build-nightly.sh index 71c1c920a..e452eb1fe 100755 --- a/tools/nightly23/build-nightly.sh +++ b/tools/nightly23/build-nightly.sh @@ -35,7 +35,7 @@ docker run -dit --name companion -v /home/opentx/${docker}:/opentx ${docker} docker exec companion sh -c "mkdir -p build && cd build && cmake /opentx/code && cp radio/src/stamp.h /opentx/binaries/stamp-opentx.txt" cp -f ${workdir}/binaries/stamp-opentx.txt ${output}/firmware # These radios are currently not enabled -echo "#define BLOCK \"x10,x12s\"" >> ${output}/firmware/stamp-opentx.txt +# echo "#define BLOCK \"x10,x12s\"" >> ${output}/firmware/stamp-opentx.txt docker exec companion rm -rf build echo "Check if Linux companion is needed"