added usb serial info

This commit is contained in:
0x23 2026-05-20 20:15:55 +02:00
parent 21d1a190a9
commit 9d18a57584
2 changed files with 20 additions and 2 deletions

View file

@ -0,0 +1,14 @@
#pragma once
// Override board-level USB descriptor strings.
// This file is force-included via build_flags so it runs after all -D
// command-line defines (including the board's default "Pico 2"), giving
// these definitions the final say.
#ifdef USB_PRODUCT
#undef USB_PRODUCT
#endif
#define USB_PRODUCT "Micro-Manipulator"
#ifdef USB_MANUFACTURER
#undef USB_MANUFACTURER
#endif
#define USB_MANUFACTURER ""