Me No Dev
Me No Dev
> I would be glad to revisit this PR but only if there is a real motivation coming from the Espressif team to merge it. There is interest. we are...
@mathieucarbou I did not expect the PR to be closed. The one for the libs was not closed and I switched the target branch after I deleted the 3.1.x one
Interesting what made this PR different. Maybe the fact that we were not given rights to edit it?
CLA bot comes after the PR is created, so I doubt that was it. GH has been a bit strange on a few fronts lately, so not unlikely that something...
trying to reopen
It's not allowing me to reopen it 😦
I tried your exact code, with the exception that I do not have `PAW3370`, so instead my main sketch looks like: ```cpp void setup() { Serial.begin(115200); Serial.setDebugOutput(true); hid.begin(); USB.begin(); pinMode(0,...
I can't. I do not have a windows machine and the colleague that does just went out on a month long leave... One suggestion for you is to set the...
Maybe it does not like something in the vendor descriptor? Can you try with a standard TinyUSB one? https://github.com/espressif/arduino-esp32/blob/master/libraries/USB/examples/HIDVendor/HIDVendor.ino
That means that Windows does not like something in your vendor descriptor. I wonder what... what is different from the default one?