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

setVid and setPid seems to be broken since NimBLE-Arduino 1.4.2

Open microbmen opened this issue 5 months ago • 2 comments

Something changed on NimBLE-Arduino on version 1.4.2,

bleGamepadConfig.setVid(0xe502); bleGamepadConfig.setPid(0xabcd);

Doesn't work any longer. No matter what its the same value VID=0x02e5, PID=0xcdab even if set to the above or anything else....

when i downgrade to NimBLE-Arduino 1.4.1 this works again.

microbmen avatar Sep 24 '24 20:09 microbmen