SiMachines

Results 4 issues of SiMachines

Is there a way to name the device in game controllers menu? At the moment it's called based on how many inputs you have. I would like to change it....

![image](https://github.com/user-attachments/assets/f13ba348-8185-4889-af2f-440711332288) Device does not show up with the ble name given instead windows generates a name.

### Is there an existing issue for this? - [x] I have searched the existing issues ### Environment Any way to translate full pdf with a single click and replace...

enhancement
help wanted

//example usage if (bleGamepad.isConnected()) { bleGamepad.setButtons32(ButtonStates >> 1); // Update all buttons at once, >> 1 if your buttons start with one bleGamepad.setThrottle(throttle); bleGamepad.sendReport(); }