feat(core): 在线版支持通过web serial烧录k210固件
This commit is contained in:
@@ -1587,6 +1587,7 @@
|
||||
"PartialFlashing",
|
||||
"esptooljs",
|
||||
"CryptoJS",
|
||||
"JSZip",
|
||||
"Mixly.Env",
|
||||
"Mixly.LayerExt",
|
||||
"Mixly.Config",
|
||||
@@ -1601,6 +1602,7 @@
|
||||
"Mixly.LayerProgress",
|
||||
"Mixly.Web.Serial",
|
||||
"Mixly.Web.Ampy",
|
||||
"Mixly.Web.KFlash",
|
||||
"Mixly.Web.SerialTransport"
|
||||
],
|
||||
"provide": [
|
||||
@@ -1668,6 +1670,20 @@
|
||||
"Mixly.Web.HID"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "/web/kflash.js",
|
||||
"require": [
|
||||
"crc",
|
||||
"pako",
|
||||
"struct",
|
||||
"Mixly.Debug",
|
||||
"Mixly.Events",
|
||||
"Mixly.Web"
|
||||
],
|
||||
"provide": [
|
||||
"Mixly.Web.KFlash"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "/web/serial-transport.js",
|
||||
"require": [
|
||||
|
||||
Reference in New Issue
Block a user