From 1a63a7a1960879a6e3652ac92709815546105f08 Mon Sep 17 00:00:00 2001 From: fredqian Date: Wed, 13 Aug 2025 17:01:15 +0800 Subject: [PATCH] fix config.json --- boards/default_src/micropython_esp32c2/origin/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/default_src/micropython_esp32c2/origin/config.json b/boards/default_src/micropython_esp32c2/origin/config.json index 16061933..5cb7676a 100644 --- a/boards/default_src/micropython_esp32c2/origin/config.json +++ b/boards/default_src/micropython_esp32c2/origin/config.json @@ -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 With New Means", + "name": "Firmware For V1.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_lib-v1.25.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\"" }, { - "name": "Firmware With V2.0 Board", + "name": "Firmware 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 With New Means", + "name": "Firmware For V1.x Board", "binFile": [ { "offset": "0x0000", @@ -119,7 +119,7 @@ ] }, { - "name": "Firmware With V2.0 Board", + "name": "Firmware For V2.x Board", "binFile": [ { "offset": "0x0000",