-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
-DCDC_DISABLED not working #534
Comments
Hi @Phoen11xx. Thanks for your report. I know there has been a recent discussion about the use of this macro on Arduino Forum: https://forum.arduino.cc/t/remove-serial-port/1123859 Is that you? I ask because that discussion contains valuable information about how the users are setting the macro (via the boards definition instead of trying to do it via the sketch code). |
These not my forum thread. but i have exactly the same problem. |
The issue is very likely due to how Windows caches the USB descriptors; you can try changing the productVersion field here , replacing |
I recorded a video showing this problem: |
@facchinm I was wrong about the cache. I change |
Maybe replace this number with a timestamp or compilation number? there is no information about possible caching in the comments to this option |
Hello. I am trying to create a usb device and I need to disable the CDC so that only the hid device works.
To install the code, I use usbasp. After enabling the -DC DC_DISABLED parameter or adding define, the CRC still works and I get a hid device plus a non-working device.
Does anyone know the solution to this problem?
The text was updated successfully, but these errors were encountered: