mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 22:58:10 +00:00
Added batch file to help compiling OrangeTX
This commit is contained in:
parent
eb6fc4f8cf
commit
b9f297935b
19
Multiprotocol/Build_orangetx.cmd
Normal file
19
Multiprotocol/Build_orangetx.cmd
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
@echo off
|
||||||
|
if "%AVR32_HOME%"=="" (
|
||||||
|
echo.
|
||||||
|
echo You must install winavr to compile Multi for OrangeTX: https://sourceforge.net/projects/winavr/
|
||||||
|
echo.
|
||||||
|
pause
|
||||||
|
exit /b
|
||||||
|
)
|
||||||
|
if exist MultiOrange.cpp.orangetx ren *.orangetx *.
|
||||||
|
if exist .dep (make clean)
|
||||||
|
md .dep
|
||||||
|
make
|
||||||
|
if exist MultiOrange.hex (
|
||||||
|
echo.
|
||||||
|
echo Compilation OK.
|
||||||
|
echo Use MultiOrange.hex to program your OrangeTX module.
|
||||||
|
echo.
|
||||||
|
)
|
||||||
|
pause
|
Loading…
x
Reference in New Issue
Block a user