Update config.json

This commit is contained in:
fredqian
2025-08-14 08:44:33 +08:00
parent 1a63a7a196
commit 567924bbfd

View File

@@ -11,11 +11,11 @@
"command": "\"{esptool}\" --chip esp32c2 --port {com} --baud 115200 --after=no_reset_stub erase_flash && \"{esptool}\" --chip esp32c2 --port {com} --baud 460800 --after=no_reset_stub write_flash 0x0 \"{indexPath}/build/Mixgo_Mini_lib-v1.25.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\"",
"special": [
{
"name": "Firmware For V1.x Board",
"name": "Firmware For General Application",
"command": "\"{esptool}\" --chip esp32c2 --port {com} --baud 115200 --after=no_reset_stub erase_flash && \"{esptool}\" --chip esp32c2 --port {com} --baud 460800 --after=no_reset_stub write_flash 0x0 \"{indexPath}/build/Mixgo_Mini_lib-v1.25.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
},
{
"name": "Firmware For V2.x Board",
"name": "Firmware Optimize For V2.x Board",
"command": "\"{esptool}\" --chip esp32c2 --port {com} --baud 115200 --after=no_reset_stub erase_flash && \"{esptool}\" --chip esp32c2 --port {com} --baud 460800 --after=no_reset_stub write_flash 0x0 \"{indexPath}/build/Mixgo_Mini_v2_lib-v1.25.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
}
]
@@ -106,7 +106,7 @@
],
"special": [
{
"name": "Firmware For V1.x Board",
"name": "Firmware For General Application",
"binFile": [
{
"offset": "0x0000",
@@ -119,7 +119,7 @@
]
},
{
"name": "Firmware For V2.x Board",
"name": "Firmware Optimize For V2.x Board",
"binFile": [
{
"offset": "0x0000",