mirror of https://github.com/ArduPilot/ardupilot
Tools: add Flywoo boards to board list and manifest
This commit is contained in:
parent
b78d848a5d
commit
3483df5303
|
@ -88,6 +88,7 @@ AUTOBUILD_BOARDS = ["fmuv2",
|
|||
"BeastH7",
|
||||
"BeastF7",
|
||||
"FlywooF745",
|
||||
"FlywooF745Nano",
|
||||
"luminousbee5",
|
||||
"MambaF405US-I2C",
|
||||
"Swan-K1",
|
||||
|
|
|
@ -74,6 +74,8 @@ brand_map = {
|
|||
'BeastH7' : ('Beast H7 55A AIO', 'iFlight'),
|
||||
'BeastF7' : ('Beast F7 45A AIO', 'iFlight'),
|
||||
'MambaF405US-I2C' : ('Diatone Mamba Basic F405 MK3/MK3.5', 'Diatone'),
|
||||
"FlywooF745" : ('Flywoo Goku GN 745 AIO', 'Flywoo'),
|
||||
"FlywooF745Nano" : ('Flywoo Goku Hex F745', 'Flywoo'),
|
||||
}
|
||||
|
||||
class Firmware():
|
||||
|
|
Loading…
Reference in New Issue