I have a PID, VID problem.
I read the platform specification post and looked on the internet, but I don't find solution.
So I tried to change my variant minima PID, VID, so It can be automaticaly detected by the IDE and not confused with the standard minima.
To do that, I changed the USB_VID and PID value on the pins_arduino.h variant file and after uploading, I successfully modify it (I can see it when I look at the board COM properties).
So after that, I changed the .upload.pid and vid items of the boards.txt to match pins_arduino file but when I try to compile, I get this error :
It seems the ide doesn't give the right to upload to a pid vid that are not written in a file somehere...
Need help with that please.
Is there other file than pins_arduino.h and boards.txt I need to modify ?
Do I have to change something in dfu utility ?
Is there a solution ?
Thanks!
