Skip to content

Commit 4721c8a

Browse files
authored
Fix buttons 17~32
1 parent 0e5c038 commit 4721c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BleGamepad.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
class BleGamepad {
5454
private:
55-
uint16_t _buttons;
55+
uint32_t _buttons;
5656
BleConnectionStatus* connectionStatus;
5757
BLEHIDDevice* hid;
5858
BLECharacteristic* inputGamepad;

0 commit comments

Comments
 (0)