mirror of https://github.com/ArduPilot/ardupilot
Tools: autobuild Pixhawk5X
This commit is contained in:
parent
5f15432e07
commit
8a6a47aa3f
|
@ -99,6 +99,7 @@ AUTOBUILD_BOARDS = ["fmuv2",
|
||||||
"Swan-K1",
|
"Swan-K1",
|
||||||
"obal",
|
"obal",
|
||||||
"modalai_fc-v1",
|
"modalai_fc-v1",
|
||||||
|
"Pixhawk5X",
|
||||||
# SITL targets
|
# SITL targets
|
||||||
"SITL_x86_64_linux_gnu",
|
"SITL_x86_64_linux_gnu",
|
||||||
"SITL_arm_linux_gnueabihf",
|
"SITL_arm_linux_gnueabihf",
|
||||||
|
|
|
@ -80,6 +80,7 @@ brand_map = {
|
||||||
"FlywooF745" : ('Flywoo Goku GN 745 AIO', 'Flywoo'),
|
"FlywooF745" : ('Flywoo Goku GN 745 AIO', 'Flywoo'),
|
||||||
"FlywooF745Nano" : ('Flywoo Goku Hex F745', 'Flywoo'),
|
"FlywooF745Nano" : ('Flywoo Goku Hex F745', 'Flywoo'),
|
||||||
"modalai_fc-v1" : ('ModalAI FlightCore v1', 'ModalAI'),
|
"modalai_fc-v1" : ('ModalAI FlightCore v1', 'ModalAI'),
|
||||||
|
'Pixhawk5X' : ('Pixhawk 5X', 'Holybro'),
|
||||||
}
|
}
|
||||||
|
|
||||||
class Firmware():
|
class Firmware():
|
||||||
|
|
Loading…
Reference in New Issue