ESP32-BLE-Gamepad
ESP32-BLE-Gamepad copied to clipboard
bleGamepad.setRightThumb(x,y);
#bleGamepad.setLeftThumb(a,b); working fine ;
bleGamepad.setRightThumb(x,y); This function is not working properly.
It was supposed to control Axis3, but it actually controls Axis5, just like the picture below;

bleGamepad.setZ();
bleGamepad.setRX();
These functions can be used instead for the time being