ESP32-BLE-Gamepad
ESP32-BLE-Gamepad copied to clipboard
Fixing broken PID/VID
Upstream NimBLE version 1.4.2 allows us to set the PID, VID and GUID normally without needing to flip high/low bytes. Using PNPVersionField to preserve backwards compatibility since it was added in the same upstream commit. If there's a better way to detect the upstream NimBLE version then that would probably be a better solution.