Tools: autobuild Pixhawk5X

This commit is contained in:
Andrew Tridgell 2021-10-25 08:51:09 +11:00
parent 5f15432e07
commit 8a6a47aa3f
2 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,7 @@ AUTOBUILD_BOARDS = ["fmuv2",
"Swan-K1",
"obal",
"modalai_fc-v1",
"Pixhawk5X",
# SITL targets
"SITL_x86_64_linux_gnu",
"SITL_arm_linux_gnueabihf",

View File

@ -80,6 +80,7 @@ brand_map = {
"FlywooF745" : ('Flywoo Goku GN 745 AIO', 'Flywoo'),
"FlywooF745Nano" : ('Flywoo Goku Hex F745', 'Flywoo'),
"modalai_fc-v1" : ('ModalAI FlightCore v1', 'ModalAI'),
'Pixhawk5X' : ('Pixhawk 5X', 'Holybro'),
}
class Firmware():