From e79c76276f45b0cc3d1a03d98310ba6372033350 Mon Sep 17 00:00:00 2001 From: awalol Date: Thu, 7 May 2026 19:13:23 +0800 Subject: [PATCH] remove usb serialnumber #32 --- src/usb_descriptors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usb_descriptors.cpp b/src/usb_descriptors.cpp index cb3412b..2f4a073 100644 --- a/src/usb_descriptors.cpp +++ b/src/usb_descriptors.cpp @@ -57,7 +57,7 @@ tusb_desc_device_t desc_device = .iManufacturer = 0x01, .iProduct = 0x02, - .iSerialNumber = 0x03, + .iSerialNumber = 0x00, .bNumConfigurations = 0x01 };