Tools: fixed Holybro 6C UDB product ID

This commit is contained in:
Andrew Tridgell 2022-09-01 08:16:59 +10:00 committed by Peter Barker
parent 57e9e599f4
commit 7fccdf3a55
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ class ManifestGenerator():
if board_id == 56:
# special case for 6C, they always get the px4 bootloader IDs as an option
firmware['bootloader_str'].append('PX4 BL FMU v6C.x')
firmware['USBID'].append('0x3185/0x0035')
firmware['USBID'].append('0x3185/0x0038')
if platform in brand_map:
(brand_name, manufacturer) = brand_map[platform]