Skip to content

Commit 4ffb1d4

Browse files
authored
Update TestReceivingOutputReport.ino
1 parent b819fa8 commit 4ffb1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/TestReceivingOutputReport/TestReceivingOutputReport.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void setup() {
3232
// Try NOT to modify VID, otherwise it may cause the host to be unable to send output reports to the device.
3333
bleGamepadConfig.setVid(0x1234);
3434
// You can freely set the PID
35-
bleGamepadConfig.setPid(0x0100);
35+
bleGamepadConfig.setPid(0x0001);
3636
bleGamepad.begin(&bleGamepadConfig);
3737

3838
// changing bleGamepadConfig after the begin function has no effect, unless you call the begin function again

0 commit comments

Comments
 (0)