ESP32-BLE-Gamepad icon indicating copy to clipboard operation
ESP32-BLE-Gamepad copied to clipboard

bleGamepad.setRightThumb(x,y);

Open bihailantian655 opened this issue 2 years ago • 1 comments

#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;

01$FAU}U0~OO5)J A3@9U8T

bihailantian655 avatar Apr 15 '23 13:04 bihailantian655

  bleGamepad.setZ();
  bleGamepad.setRX();

These functions can be used instead for the time being

bihailantian655 avatar Apr 15 '23 23:04 bihailantian655