From 9a963e06b11713f214066352acc1efa00a6a076a Mon Sep 17 00:00:00 2001 From: Paul XPS Date: Tue, 20 Nov 2018 09:48:39 -0600 Subject: [PATCH] commiting the usb firmware version that goes with the last commit. --- firmware/source_stm_only/usb_descriptors.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/source_stm_only/usb_descriptors.h b/firmware/source_stm_only/usb_descriptors.h index 3fb011c..ff367d9 100644 --- a/firmware/source_stm_only/usb_descriptors.h +++ b/firmware/source_stm_only/usb_descriptors.h @@ -43,7 +43,8 @@ const uint8_t device_desc[DEVICE_DESC_LEN] = { 0xDC, 0x05, // 12 bcdDevice 2 BCD Device Release Number //0x00, 0x02, early development version - 0x01, 0x02, //first public release 7SEP2018 + //0x01, 0x02, //first public release 7SEP2018 + 0x02, 0x02, //second public release 16NOV2018 // 14 iManufacturer 1 Index Index of Manufacturer String Descriptor 0x01, // 15 iProduct 1 Index Index of Product String Descriptor