mirror of
https://github.com/lemmingDev/ESP32-BLE-Gamepad.git
synced 2026-03-10 01:56:58 +01:00
The examples and readme treated R/L triggers as signed chars, however they are now correctly referenced as chars (0 ~ 255) The HID descriptor was correct, but now people using the library will have a better chance of using the triggers correctly ;)