Tools: add Flywoo boards to board list and manifest

This commit is contained in:
Andy Piper 2021-08-16 20:51:36 +01:00 committed by Andrew Tridgell
parent b78d848a5d
commit 3483df5303
2 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,7 @@ AUTOBUILD_BOARDS = ["fmuv2",
"BeastH7", "BeastH7",
"BeastF7", "BeastF7",
"FlywooF745", "FlywooF745",
"FlywooF745Nano",
"luminousbee5", "luminousbee5",
"MambaF405US-I2C", "MambaF405US-I2C",
"Swan-K1", "Swan-K1",

View File

@ -74,6 +74,8 @@ brand_map = {
'BeastH7' : ('Beast H7 55A AIO', 'iFlight'), 'BeastH7' : ('Beast H7 55A AIO', 'iFlight'),
'BeastF7' : ('Beast F7 45A AIO', 'iFlight'), 'BeastF7' : ('Beast F7 45A AIO', 'iFlight'),
'MambaF405US-I2C' : ('Diatone Mamba Basic F405 MK3/MK3.5', 'Diatone'), '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(): class Firmware():