Browse Source

USBBoardInfo.json: Add support for mRo flight controllers (#9254)

QGC4.4
Phillip Kocmoud 4 years ago committed by GitHub
parent
commit
fcd68aff68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/comm/USBBoardInfo.json

3
src/comm/USBBoardInfo.json

@ -78,6 +78,7 @@ @@ -78,6 +78,7 @@
"boardManufacturerFallback": [
{ "regExp": "^ArduPilot$", "boardClass": "Pixhawk" },
{ "regExp": "^Hex/ProfiCNC$", "boardClass": "Pixhawk" },
{ "regExp": "^Holybro$", "boardClass": "Pixhawk" }
{ "regExp": "^Holybro$", "boardClass": "Pixhawk" },
{ "regExp": "^mRo$", "boardClass": "Pixhawk" }
]
}

Loading…
Cancel
Save