From 09d9906f18ed1e7e9e39d82dac4f5e793bb4b7ab Mon Sep 17 00:00:00 2001 From: Kilrah Date: Fri, 27 Sep 2019 18:00:50 +0200 Subject: [PATCH] Tell nightly users that release is available for a few days (RC done manually) --- 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 391f468ac..5e2a16515 100755 --- a/tools/nightly23/build-nightly.sh +++ b/tools/nightly23/build-nightly.sh @@ -36,7 +36,7 @@ docker exec companion sh -c "mkdir -p build && cd build && cmake /opentx/code && 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 ERROR \"MOVE_TO_RC\"" >> ${output}/firmware/stamp-opentx.txt +echo "#define ERROR \"MOVE_TO_RELEASE\"" >> ${output}/firmware/stamp-opentx.txt docker exec companion rm -rf build echo "Check if Linux companion is needed"