mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 23:38:15 +00:00
Add '-inv-' to file names for the xn297dump builds
This commit is contained in:
parent
c803eeb26a
commit
2e5a8f384a
16
.travis.yml
16
.travis.yml
@ -166,7 +166,7 @@ before_install:
|
|||||||
mv build/Multiprotocol.ino.bin ./binaries/multi-stm-ppm-reta-noinv-v$MULTI_VERSION.bin; };
|
mv build/Multiprotocol.ino.bin ./binaries/multi-stm-ppm-reta-noinv-v$MULTI_VERSION.bin; };
|
||||||
elif [[ "$BOARD" == "multi4in1:STM32F1:multistm32f103c:debug_option=native" ]]; then
|
elif [[ "$BOARD" == "multi4in1:STM32F1:multistm32f103c:debug_option=native" ]]; then
|
||||||
buildReleaseFiles(){
|
buildReleaseFiles(){
|
||||||
printf "\n\e[33;1mBuilding multi-stm-erskytx-xn297dump-usbdebug-v$MULTI_VERSION.bin\e[0m";
|
printf "\n\e[33;1mBuilding multi-stm-erskytx-xn297dump-inv-usbdebug-v$MULTI_VERSION.bin\e[0m";
|
||||||
opt_enable CHECK_FOR_BOOTLOADER;
|
opt_enable CHECK_FOR_BOOTLOADER;
|
||||||
opt_disable $ALL_PROTOCOLS;
|
opt_disable $ALL_PROTOCOLS;
|
||||||
opt_add XN297DUMP_NRF24L01_INO;
|
opt_add XN297DUMP_NRF24L01_INO;
|
||||||
@ -174,17 +174,17 @@ before_install:
|
|||||||
opt_disable MULTI_TELEMETRY;
|
opt_disable MULTI_TELEMETRY;
|
||||||
opt_enable INVERT_TELEMETRY;
|
opt_enable INVERT_TELEMETRY;
|
||||||
buildMulti;
|
buildMulti;
|
||||||
mv build/Multiprotocol.ino.bin ./binaries/multi-stm-erskytx-xn297dump-usbdebug-v$MULTI_VERSION.bin;
|
mv build/Multiprotocol.ino.bin ./binaries/multi-stm-erskytx-xn297dump-inv-usbdebug-v$MULTI_VERSION.bin;
|
||||||
printf "\n\e[33;1mBuilding multi-stm-opentx-xn297dump-usbdebug-v$MULTI_VERSION.bin\e[0m";
|
printf "\n\e[33;1mBuilding multi-stm-opentx-xn297dump-inv-usbdebug-v$MULTI_VERSION.bin\e[0m";
|
||||||
opt_disable $ALL_PROTOCOLS;
|
opt_disable $ALL_PROTOCOLS;
|
||||||
opt_disable MULTI_STATUS;
|
opt_disable MULTI_STATUS;
|
||||||
opt_enable MULTI_TELEMETRY;
|
opt_enable MULTI_TELEMETRY;
|
||||||
opt_enable INVERT_TELEMETRY;
|
opt_enable INVERT_TELEMETRY;
|
||||||
buildMulti;
|
buildMulti;
|
||||||
mv build/Multiprotocol.ino.bin ./binaries/multi-stm-opentx-xn297dump-usbdebug-v$MULTI_VERSION.bin; };
|
mv build/Multiprotocol.ino.bin ./binaries/multi-stm-opentx-xn297dump-inv-usbdebug-v$MULTI_VERSION.bin; };
|
||||||
elif [[ "$BOARD" == "multi4in1:STM32F1:multistm32f103c:debug_option=ftdi" ]]; then
|
elif [[ "$BOARD" == "multi4in1:STM32F1:multistm32f103c:debug_option=ftdi" ]]; then
|
||||||
buildReleaseFiles(){
|
buildReleaseFiles(){
|
||||||
printf "\n\e[33;1mBuilding multi-stm-erskytx-xn297dump-ftdidebug-v$MULTI_VERSION.bin\e[0m";
|
printf "\n\e[33;1mBuilding multi-stm-erskytx-xn297dump-inv-ftdidebug-v$MULTI_VERSION.bin\e[0m";
|
||||||
opt_enable CHECK_FOR_BOOTLOADER;
|
opt_enable CHECK_FOR_BOOTLOADER;
|
||||||
opt_disable $ALL_PROTOCOLS;
|
opt_disable $ALL_PROTOCOLS;
|
||||||
opt_add XN297DUMP_NRF24L01_INO;
|
opt_add XN297DUMP_NRF24L01_INO;
|
||||||
@ -192,14 +192,14 @@ before_install:
|
|||||||
opt_disable MULTI_TELEMETRY;
|
opt_disable MULTI_TELEMETRY;
|
||||||
opt_enable INVERT_TELEMETRY;
|
opt_enable INVERT_TELEMETRY;
|
||||||
buildMulti;
|
buildMulti;
|
||||||
mv build/Multiprotocol.ino.bin ./binaries/multi-stm-erskytx-xn297dump-ftdidebug-v$MULTI_VERSION.bin;
|
mv build/Multiprotocol.ino.bin ./binaries/multi-stm-erskytx-xn297dump-inv-ftdidebug-v$MULTI_VERSION.bin;
|
||||||
printf "\n\e[33;1mBuilding multi-stm-opentx-xn297dump-ftdidebug-v$MULTI_VERSION.bin\e[0m";
|
printf "\n\e[33;1mBuilding multi-stm-opentx-xn297dump-inv-ftdidebug-v$MULTI_VERSION.bin\e[0m";
|
||||||
opt_disable $ALL_PROTOCOLS;
|
opt_disable $ALL_PROTOCOLS;
|
||||||
opt_disable MULTI_STATUS;
|
opt_disable MULTI_STATUS;
|
||||||
opt_enable MULTI_TELEMETRY;
|
opt_enable MULTI_TELEMETRY;
|
||||||
opt_enable INVERT_TELEMETRY;
|
opt_enable INVERT_TELEMETRY;
|
||||||
buildMulti;
|
buildMulti;
|
||||||
mv build/Multiprotocol.ino.bin ./binaries/multi-stm-opentx-xn297dump-ftdidebug-v$MULTI_VERSION.bin;
|
mv build/Multiprotocol.ino.bin ./binaries/multi-stm-opentx-xn297dump-inv-ftdidebug-v$MULTI_VERSION.bin;
|
||||||
printf "\n\e[33;1mBuilding multi-stm-erskytx-aetr-inv-ftdidebug-v$MULTI_VERSION.bin\e[0m";
|
printf "\n\e[33;1mBuilding multi-stm-erskytx-aetr-inv-ftdidebug-v$MULTI_VERSION.bin\e[0m";
|
||||||
opt_enable $ALL_PROTOCOLS;
|
opt_enable $ALL_PROTOCOLS;
|
||||||
opt_enable MULTI_STATUS;
|
opt_enable MULTI_STATUS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user