Browse Source

Update version number to 1.2.2

Clara Hobbs 5 years ago
parent
commit
705de993ea
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      docs/console_config.md
  2. 1
    1
      src/usbcfg.c

+ 1
- 1
docs/console_config.md View File

@@ -1,6 +1,6 @@
1 1
 # PD Buddy Sink Serial Console Configuration Interface
2 2
 
3
-Version 1.2.1, 2018-05-28
3
+Version 1.2.2, 2018-06-03
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

+ 1
- 1
src/usbcfg.c View File

@@ -201,7 +201,7 @@ static const uint8_t vcom_string2[] = {
201 201
 static const uint8_t vcom_string3[] = {
202 202
     USB_DESC_BYTE(12),                    /* bLength.                         */
203 203
     USB_DESC_BYTE(USB_DESCRIPTOR_STRING), /* bDescriptorType.                 */
204
-    '1', 0, '.', 0, '2', 0, '.', 0, '1', 0
204
+    '1', 0, '.', 0, '2', 0, '.', 0, '2', 0
205 205
 };
206 206
 
207 207
 /*

Loading…
Cancel
Save