更新MPY固件版本V1.23.0

This commit is contained in:
dahanzimin
2024-10-17 10:27:30 +08:00
parent 752eb8b804
commit 4014df02c5
59 changed files with 28 additions and 28 deletions

View File

@@ -10,16 +10,16 @@
"type": "command",
"portSelect": "all",
"micropython:esp32c3:mixgo_cc": {
"command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/MixGo_CC-0x0-V1.19.1.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
"command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Mixgo_CC-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
},
"micropython:esp32c3:mixgo_me": {
"command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/MixGo_ME-0x0-V1.19.1.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
"command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Mixgo_ME-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
},
"micropython:esp32c3:mixgocar_c3": {
"command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/MixGo_Car-0x0-V1.19.1.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
"command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Mixgo_Car-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
},
"micropython:esp32c3:generic": {
"command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Generic_C3_UART-0x0-V1.19.1.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
"command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Generic_C3_UART-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
}
},
"upload": {
@@ -70,7 +70,7 @@
"binFile": [
{
"offset": "0x0000",
"path": "./build/MixGo_CC-0x0-V1.19.1-lib.bin"
"path": "./build/Mixgo_CC_lib-v1.23.0.bin"
}, {
"offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin"
@@ -81,7 +81,7 @@
"binFile": [
{
"offset": "0x0000",
"path": "./build/MixGo_ME-0x0-V1.19.1-lib.bin"
"path": "./build/Mixgo_ME_lib-v1.23.0.bin"
}, {
"offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin"
@@ -92,7 +92,7 @@
"binFile": [
{
"offset": "0x0000",
"path": "./build/MixGo_Car-0x0-V1.19.1-lib.bin"
"path": "./build/Mixgo_Car_lib-v1.23.0.bin"
}, {
"offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin"
@@ -103,7 +103,7 @@
"binFile": [
{
"offset": "0x0000",
"path": "./build/Generic_C3_UART-0x0-V1.19.1-lib.bin"
"path": "./build/Generic_C3_UART_lib-v1.23.0.bin"
}, {
"offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin"