scripts: add BeastF7v2

This commit is contained in:
Andy Piper 2022-01-04 19:09:08 +00:00 committed by Andrew Tridgell
parent c357c1e521
commit 2fcec7d03f
2 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ AUTOBUILD_BOARDS = ["fmuv2",
"QioTekZealotH743",
"BeastH7",
"BeastF7",
"BeastF7v2",
"FlywooF745",
"FlywooF745Nano",
"luminousbee5",

View File

@ -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'),