Pārlūkot izejas kodu

Update version number to 1.2.0

It's finally here!
Clara Hobbs 6 gadus atpakaļ
vecāks
revīzija
8c00b79c26
2 mainītis faili ar 3 papildinājumiem un 4 dzēšanām
  1. 1
    1
      docs/console_config.md
  2. 2
    3
      src/usbcfg.c

+ 1
- 1
docs/console_config.md Parādīt failu

@@ -1,6 +1,6 @@
1 1
 # PD Buddy Sink Serial Console Configuration Interface
2 2
 
3
-Version 1.2.0-dev.1, 2018-01-13
3
+Version 1.2.0, 2018-01-13
4 4
 
5 5
 The PD Buddy Sink can be put into setup mode by holding the Setup button while
6 6
 plugging it into a computer.  In this mode, the device runs a configuration

+ 2
- 3
src/usbcfg.c Parādīt failu

@@ -199,10 +199,9 @@ static const uint8_t vcom_string2[] = {
199 199
  * Serial Number string.
200 200
  */
201 201
 static const uint8_t vcom_string3[] = {
202
-    USB_DESC_BYTE(24),                    /* bLength.                         */
202
+    USB_DESC_BYTE(12),                    /* bLength.                         */
203 203
     USB_DESC_BYTE(USB_DESCRIPTOR_STRING), /* bDescriptorType.                 */
204
-    '1', 0, '.', 0, '2', 0, '.', 0, '0', 0, '-', 0, 'd', 0, 'e', 0, 'v', 0,
205
-    '.', 0, '1', 0
204
+    '1', 0, '.', 0, '2', 0, '.', 0, '0', 0
206 205
 };
207 206
 
208 207
 /*

Notiek ielāde…
Atcelt
Saglabāt