mirror of https://github.com/ArduPilot/ardupilot
Tools: add auto build for QioTekZealotF427
This commit is contained in:
parent
f04de7d610
commit
86100d6316
|
@ -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",
|
||||
|
|
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue