Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
1966f879
Commit
1966f879
authored
Feb 21, 2017
by
Don Gagne
Committed by
GitHub
Feb 21, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4589 from DonLakeFlyer/RemoveSerialIDS
Remove serial ids
parents
2b2784e5
b3daf098
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
33 deletions
+0
-33
QGCSerialPortInfo.h
src/comm/QGCSerialPortInfo.h
+0
-33
No files found.
src/comm/QGCSerialPortInfo.h
View file @
1966f879
...
...
@@ -35,39 +35,6 @@ public:
BoardTypeUnknown
}
BoardType_t
;
// Vendor and products ids for the boards we care about
static
const
int
px4VendorId
=
9900
;
///< Vendor ID for all Pixhawk boards and PX4 Flow
static
const
int
pixhawkFMUV4ProductId
=
18
;
///< Product ID for Pixhawk V4 board
static
const
int
pixhawkFMUV4ProProductId
=
19
;
///< Product ID for Pixhawk V4 Pro board
static
const
int
pixhawkFMUV2ProductId
=
17
;
///< Product ID for Pixhawk V2 board
static
const
int
pixhawkFMUV2OldBootloaderProductId
=
22
;
///< Product ID for Bootloader on older Pixhawk V2 boards
static
const
int
pixhawkFMUV1ProductId
=
16
;
///< Product ID for PX4 FMU V1 board
static
const
int
auavx2_1FMUV2ProductId
=
33
;
///< Product ID for AUAV X2.1 FMU V2 board
static
const
int
AeroCoreProductId
=
4097
;
///< Product ID for the AeroCore board
static
const
int
px4FlowProductId
=
21
;
///< Product ID for PX4 Flow board
static
const
int
MindPXFMUV2ProductId
=
48
;
///< Product ID for the MindPX V2 board
static
const
int
TAPV1ProductId
=
64
;
///< Product ID for the TAP V1 board
static
const
int
ASCV1ProductId
=
65
;
///< Product ID for the ASC V1 board
static
const
int
threeDRRadioVendorId
=
1027
;
///< Vendor ID for 3DR Radio
static
const
int
threeDRRadioProductId
=
24597
;
///< Product ID for 3DR Radio
static
const
int
siLabsRadioVendorId
=
0x10c4
;
///< Vendor ID for SILabs Radio
static
const
int
siLabsRadioProductId
=
0xea60
;
///< Product ID for SILabs Radio
static
const
int
ubloxRTKVendorId
=
5446
;
///< Vendor ID for ublox RTK
static
const
int
ubloxRTKProductId
=
424
;
///< Product ID for ublox RTK
static
const
int
openpilotVendorId
=
0x20A0
;
///< Vendor ID for OpenPilot
static
const
int
revolutionProductId
=
0x415E
;
///< Product ID for OpenPilot Revolution
static
const
int
oplinkProductId
=
0x415C
;
///< Product ID for OpenPilot OPLink
static
const
int
sparky2ProductId
=
0x41D0
;
///< Product ID for Taulabs Sparky2
static
const
int
CC3DProductId
=
0x415D
;
///< Product ID for OpenPilot CC3D
QGCSerialPortInfo
(
void
);
QGCSerialPortInfo
(
const
QSerialPort
&
port
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment