tierneytim / Pico-USB-audio

Sigma Delta Modulation for RP2040, ESP32, Teensy
GNU General Public License v3.0
139 stars 9 forks source link

How to change the device name? #18

Open BH2VSQ opened 1 year ago

BH2VSQ commented 1 year ago

Like the title, I upload the arduino code to the Pico. The default device name was "Mbed Audio". But the pre-build .uf2 file in the project can define the device name as "Rp2040 Sound Card". Can I write some command in arduino code or change library files to change the device name?

tierneytim commented 1 year ago

Hey, this is covered by the Arduino Mbed code, not by mine and I don't think it is exposed by the Arduino code as something that can be edited. Maybe editing here would help. let me know how this goes. would be interested to see if it works