Tools: add auto build for QioTekZealotF427

This commit is contained in:
QioTek 2020-09-27 11:14:09 +08:00 committed by Andrew Tridgell
parent f04de7d610
commit 86100d6316
2 changed files with 2 additions and 0 deletions

View File

@ -617,6 +617,7 @@ is bob we will attempt to checkout bob-AVR'''
"CubeOrange",
"CubeYellow",
"R9Pilot",
"QioTekZealotF427",
# SITL targets
"SITL_x86_64_linux_gnu",
"SITL_arm_linux_gnueabihf",

View File

@ -55,6 +55,7 @@ brand_map = {
'omnibusf4v6' : ('Omnibus F4 V6', 'Airbot'),
'OmnibusNanoV6' : ('Omnibus Nano V6', 'Airbot'),
'speedybeef4' : ('SpeedyBee F4', 'SpeedyBee'),
'QioTekZealotF427' : ('ZealotF427', 'QioTek'),
}
class Firmware():