mirror of https://github.com/ArduPilot/ardupilot
scripts: add BeastF7v2
This commit is contained in:
parent
c357c1e521
commit
2fcec7d03f
|
@ -93,6 +93,7 @@ AUTOBUILD_BOARDS = ["fmuv2",
|
|||
"QioTekZealotH743",
|
||||
"BeastH7",
|
||||
"BeastF7",
|
||||
"BeastF7v2",
|
||||
"FlywooF745",
|
||||
"FlywooF745Nano",
|
||||
"luminousbee5",
|
||||
|
|
|
@ -76,6 +76,7 @@ brand_map = {
|
|||
'QioTekZealotF427' : ('ZealotF427', 'QioTek'),
|
||||
'BeastH7' : ('Beast H7 55A AIO', 'iFlight'),
|
||||
'BeastF7' : ('Beast F7 45A AIO', 'iFlight'),
|
||||
'BeastF7v2' : ('Beast F7 v2 55A 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'),
|
||||
|
|
Loading…
Reference in New Issue