8 lines
79 B
Batchfile
8 lines
79 B
Batchfile
@echo off
|
|
|
|
cd src
|
|
call make_firmware.cmd
|
|
call build_firmware.cmd
|
|
cd ..
|
|
|