Skip to content

Commit 427fd53

Browse files
authored
Update TestAll.ino
1 parent 419d085 commit 427fd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/TestAll/TestAll.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ void setup()
2121
bleGamepadConfig.setHatSwitchCount(numOfHatSwitches);
2222
bleGamepadConfig.setVid(0xe502);
2323
bleGamepadConfig.setPid(0xbbaa);
24-
bleGamepad.begin(&bleGamepadConfig); // Simulation controls are disabled by default
24+
bleGamepad.begin(&bleGamepadConfig); // Simulation controls and special buttons are disabled by default
2525

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

0 commit comments

Comments
 (0)