Skip to content

Commit

Permalink
Update TestAll.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmingDev authored May 26, 2022
1 parent 419d085 commit 427fd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/TestAll/TestAll.ino
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ void setup()
bleGamepadConfig.setHatSwitchCount(numOfHatSwitches);
bleGamepadConfig.setVid(0xe502);
bleGamepadConfig.setPid(0xbbaa);
bleGamepad.begin(&bleGamepadConfig); // Simulation controls are disabled by default
bleGamepad.begin(&bleGamepadConfig); // Simulation controls and special buttons are disabled by default

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

0 comments on commit 427fd53

Please sign in to comment.