mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-09 22:28:12 +00:00
Batch to build for OrangeTX typo
This commit is contained in:
parent
50be0ebe3c
commit
acfe3e912e
@ -11,10 +11,10 @@ if exist .dep (make clean)
|
||||
md .dep
|
||||
make
|
||||
if exist MultiOrange.hex (
|
||||
objcopy -I ihex MultiOrange.hex -O binary MultiOrange.bin
|
||||
avr-objcopy -I ihex MultiOrange.hex -O binary MultiOrange.bin
|
||||
echo.
|
||||
echo Compilation OK.
|
||||
echo Use MultiOrange.hex to program your OrangeTX module.
|
||||
echo Use MultiOrange.hex or MultiOrange.bin to program your OrangeTX module.
|
||||
echo.
|
||||
)
|
||||
pause
|
||||
|
Loading…
x
Reference in New Issue
Block a user