mirror of https://github.com/ArduPilot/ardupilot
Tools: auto-build AIRLink board
This commit is contained in:
parent
f7bc7b0d9b
commit
5b3dc03cf6
|
@ -100,6 +100,7 @@ AUTOBUILD_BOARDS = ["fmuv2",
|
|||
"obal",
|
||||
"modalai_fc-v1",
|
||||
"Pixhawk5X",
|
||||
"AIRLink",
|
||||
# SITL targets
|
||||
"SITL_x86_64_linux_gnu",
|
||||
"SITL_arm_linux_gnueabihf",
|
||||
|
|
|
@ -81,6 +81,7 @@ brand_map = {
|
|||
"FlywooF745Nano" : ('Flywoo Goku Hex F745', 'Flywoo'),
|
||||
"modalai_fc-v1" : ('ModalAI FlightCore v1', 'ModalAI'),
|
||||
'Pixhawk5X' : ('Pixhawk 5X', 'Holybro'),
|
||||
"AIRLink" : ("Sky-Drones Technologies", "AIRLink"),
|
||||
}
|
||||
|
||||
class Firmware():
|
||||
|
|
Loading…
Reference in New Issue