earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 boards
GNU Lesser General Public License v2.1
1.88k stars 394 forks source link

JoystickBLE Doesnt Work if you remove BOOTSEL if statement #2251

Closed ccerda0520 closed 1 week ago

ccerda0520 commented 1 week ago

I'm not sure if this is by design or if this is a bug, but on the BLEJoystick-AllFunctions example, if you delete the BOOTSEL if statement, the JoystickBLE methods being sent to the connected device dont get registered. Would it be possible to send joystick data over to the connected device without the need to be holding the BOOTSEL button, or is there a limitation that prevents us from doing that?