We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b819fa8 commit 4ffb1d4Copy full SHA for 4ffb1d4
examples/TestReceivingOutputReport/TestReceivingOutputReport.ino
@@ -32,7 +32,7 @@ void setup() {
32
// Try NOT to modify VID, otherwise it may cause the host to be unable to send output reports to the device.
33
bleGamepadConfig.setVid(0x1234);
34
// You can freely set the PID
35
- bleGamepadConfig.setPid(0x0100);
+ bleGamepadConfig.setPid(0x0001);
36
bleGamepad.begin(&bleGamepadConfig);
37
38
// changing bleGamepadConfig after the begin function has no effect, unless you call the begin function again
0 commit comments