testing web serial
This commit is contained in:
parent
b356bce48a
commit
6405871346
|
|
@ -7,9 +7,17 @@
|
|||
"builds": [
|
||||
{
|
||||
"chipFamily": "ESP32",
|
||||
"fwversion": "dev",
|
||||
"parts": [
|
||||
{ "path": "dev20240913-C3-full.bin", "offset": 4096 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"chipFamily": "ESP32",
|
||||
"fwversion": "main",
|
||||
"parts": [
|
||||
{ "path": "main0.98-C3-full.bin", "offset": 4096 }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue