Skip to content

Commit

Permalink
USB, Corrected PID for CP210 UART
Browse files Browse the repository at this point in the history
PID 0xea60 = 60000 , not 600000 (which is well beyond any valid PID)
  • Loading branch information
AndKe committed May 13, 2017
1 parent d4ee21d commit b12db29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/comm/USBBoardInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
{ "vendorID": 9900, "productID": 21, "boardClass": "PX4 Flow", "name": "PX4 Flow" },

{ "vendorID": 1027, "productID": 24597, "boardClass": "SiK Radio", "name": "SiK Radio", "comment": "3DR Radio" },
{ "vendorID": 4292, "productID": 600000, "boardClass": "SiK Radio", "name": "SiK Radio", "comment": "SILabs Radio" },
{ "vendorID": 1027, "productID": 24577, "boardClass": "SiK Radio", "name": "SiK Radio", "comment": "3DR Radio on FTDI" },
{ "vendorID": 4292, "productID": 60000, "boardClass": "SiK Radio", "name": "SiK Radio", "comment": "SILabs Radio" },

{ "vendorID": 5446, "productID": 424, "boardClass": "RTK GPS", "name": "RTK GPS", "comment": "Ublox RTK GPS" },

Expand Down

0 comments on commit b12db29

Please sign in to comment.