Is there a way to change arduino board name IDE 2.0.3

Hello ,
for my new project i would like to change arduino board name when is connect to the computer via usb .
Now the computer find new hardware like arduino leonardo .
How i can change it ot "BreadBoardTest" ?
I use Arduino IDE 2.0.3 and the old way to edit boards.txt doesn`t work ...
I will upload hex without bootloader .

Regards !

A guess is that the name, "arduino leonardo", is kept within the bootloader.

There can be separate names for the bootloader, and for the sketch itself.
For the sketch, look in the boards.txt file for a line:

leonardo.build.usb_product="Arduino Leonardo"

And try changing that.

Although, I think chances are somewhat high that Windows ignores that data and gets the product name from the windows drivers .inf files instead. :frowning:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.