fix config.json
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user