Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReportID not always consistent #2

Open
emanuelelaface opened this issue Aug 17, 2024 · 0 comments
Open

ReportID not always consistent #2

emanuelelaface opened this issue Aug 17, 2024 · 0 comments

Comments

@emanuelelaface
Copy link

emanuelelaface commented Aug 17, 2024

I am not even sure that is an issue but is something that I noticed and I would like to report here.
I created a web configurator that should allow people to see the values of a controller and produce a file that can be used later to configure the ESP32S3 with this library. The problem is that on the web application I see for some controller a ReportID that I do not see on the ESP_USB_Host.

Here there is the link to test a game controller on the web, and for example the basic USB SNES clone controller display in the first byte the ReportID with a value 0, but when I plug the same device in the ESP32S3 and I check the data in the report, I see that the first value is directly the first direction of the controller and no ReportID is available.

While for more advanced controller (like the 8bitdo Pro 2) I see in the first byte a Report ID = 3 and the same in the ESP32S3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant