Skip to content

Commit

Permalink
Update TestReceivingOutputReport.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmingDev authored Dec 2, 2024
1 parent b819fa8 commit 4ffb1d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void setup() {
// Try NOT to modify VID, otherwise it may cause the host to be unable to send output reports to the device.
bleGamepadConfig.setVid(0x1234);
// You can freely set the PID
bleGamepadConfig.setPid(0x0100);
bleGamepadConfig.setPid(0x0001);
bleGamepad.begin(&bleGamepadConfig);

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

0 comments on commit 4ffb1d4

Please sign in to comment.