1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 11:29:51 +03:00

Tell nightly users that release is available for a few days (RC done manually)

This commit is contained in:
Kilrah 2019-09-27 18:00:50 +02:00
parent 8447b3d7ee
commit 09d9906f18

View file

@ -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 cp -f ${workdir}/binaries/stamp-opentx.txt ${output}/firmware
# These radios are currently not enabled # 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
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 docker exec companion rm -rf build
echo "Check if Linux companion is needed" echo "Check if Linux companion is needed"