send keys over WebSocket

This commit is contained in:
2025-07-20 17:38:02 -04:00
parent d25218898b
commit f628003c66
12 changed files with 1688 additions and 1127 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ char const* string_desc_arr [] =
"Pico Web Keyboard", // 2: Product
"1234567890123456789", // 3: Serials, should use chip ID
"Pico Web Keyboard CDC", // 4: CDC Interface
"TinyUSB Keyboard", // 5: HID Keyboard Interface
"Pico Web Keyboard HID", // 5: HID Keyboard Interface
};
static uint16_t _desc_str[32];