Browse Source

Tools: fixed Holybro 6C UDB product ID

master_rangefinder
Andrew Tridgell 2 years ago committed by Peter Barker
parent
commit
7fccdf3a55
  1. 2
      Tools/scripts/generate_manifest.py

2
Tools/scripts/generate_manifest.py

@ -288,7 +288,7 @@ class ManifestGenerator(): @@ -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]

Loading…
Cancel
Save