Fix: 修复串口接收编码中文字符串时没有执行解码

This commit is contained in:
王立帮
2025-01-06 11:51:43 +08:00
parent 34b588a1ee
commit 9d74c9800d
2 changed files with 34 additions and 3 deletions

View File

@@ -1538,6 +1538,7 @@
"path": "/web/burn-upload.js",
"require": [
"path",
"BoardId",
"FSWrapper",
"DAPWrapper",
"PartialFlashing",
@@ -1611,6 +1612,15 @@
"Mixly.Web.FS"
]
},
{
"path": "/web/hid-transport.js",
"require": [
"Mixly.Web"
],
"provide": [
"Mixly.Web.HIDTransport"
]
},
{
"path": "/web/hid.js",
"require": [