We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a6219 commit 67c1db9Copy full SHA for 67c1db9
libraries/JoystickBLE/src/JoystickBLE.cpp
@@ -79,7 +79,7 @@ int JoystickBLE_::map8or10bit(int const value) {
79
#define REPORT_ID 0x01
80
static const uint8_t desc_joystick[] = {TUD_HID_REPORT_DESC_GAMEPAD(HID_REPORT_ID(REPORT_ID))};
81
void JoystickBLE_::begin(void) {
82
- PicoBluetoothBLEHID.startHID("PicoW BLE Joystick", "PicoW BLE Joystick", 0x03c3, desc_joystick, sizeof(desc_joystick));
+ PicoBluetoothBLEHID.startHID("PicoW BLE Joystick", "PicoW BLE Joystick", 0x03c4, desc_joystick, sizeof(desc_joystick));
83
}
84
85
void JoystickBLE_::end(void) {
0 commit comments