Tools: auto-build AIRLink board

This commit is contained in:
Andrew Tridgell 2021-10-29 08:57:30 +11:00
parent f7bc7b0d9b
commit 5b3dc03cf6
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -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():