1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-24 16:55:15 +03:00

Updated flysky script to only build firmware.

This commit is contained in:
Richard Li 2021-07-27 16:51:51 +08:00
parent 68e3dbd594
commit 55661301d2

View file

@ -35,8 +35,6 @@ def build(board, translation, srcdir):
print(command)
os.system(command)
os.system("make firmware -j16")
os.system("make simu -j16")
os.system("make tests-radio -j16")
os.chdir(cwd)
index = 0
while 1: