Tools: setup for building modalai_fc-v1

This commit is contained in:
Andrew Tridgell 2021-10-07 12:55:58 +11:00
parent 7c3c3a0a41
commit 4b4eaabe55
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -79,6 +79,7 @@ brand_map = {
'MambaF405US-I2C' : ('Diatone Mamba Basic F405 MK3/MK3.5', 'Diatone'),
"FlywooF745" : ('Flywoo Goku GN 745 AIO', 'Flywoo'),
"FlywooF745Nano" : ('Flywoo Goku Hex F745', 'Flywoo'),
"modalai_fc-v1" : ('ModalAI FlightCore v1', 'ModalAI'),
}
class Firmware():