更新ce和mini的libs固件

This commit is contained in:
dahanzimin
2025-09-11 13:14:24 +08:00
parent e8a30ad3af
commit 47580f80d6
6 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"board": {
"MixGo MINI": "micropython:esp32c2:mixgo_mini",
"ESP32C2 Generic(2M)": "micropython:esp32c2:generic_2M"
"ESP32C2 Generic(4M)": "micropython:esp32c2:generic_4M"
},
"language": "MicroPython",
"burn": {
@@ -21,7 +21,7 @@
]
},
"micropython:esp32c2:generic_2M": {
"command": "\"{esptool}\" --chip esp32c2 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c2 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Mixgo_Mini-v1.23.0-26mhz.bin\" "
"command": "\"{esptool}\" --chip esp32c2 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c2 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Generic_C2_lib-v1.25.0.bin\" "
}
},
"upload": {
@@ -133,11 +133,11 @@
}
]
},
"micropython:esp32c2:generic_2M": {
"micropython:esp32c2:generic_4M": {
"binFile": [
{
"offset": "0x0000",
"path": "./build/Mixgo_Mini-v1.23.0-26mhz.bin"
"path": "./build/Generic_C2_lib-v1.25.0.bin"
}
]
}