update bin

This commit is contained in:
fredqian
2025-10-26 18:25:12 +08:00
parent c095173655
commit c9a1f703e9
4 changed files with 6 additions and 6 deletions

View File

@@ -118,7 +118,7 @@
"type": "command",
"portSelect": "all",
"micropython:esp32s3:mixgo_sant": {
"command": "\"{esptool}\" --chip esp32s3 --port {com} --baud {baudrate} --after hard_reset write_flash -e 0x0 \"{indexPath}/build/Mixgo_Sant_lib-v1.13.0.bin\" 0xF00000 \"{indexPath}/../micropython/build/HZK16_GBK.bin\""
"command": "\"{esptool}\" --chip esp32s3 --port {com} --baud {baudrate} --after hard_reset write_flash -e 0x0 \"{indexPath}/build/Mixgo_Sant_lib_DL-v1.25.0.bin\" 0xF00000 \"{indexPath}/../micropython/build/HZK16_GBK.bin\""
},
"micropython:esp32s3:mixgo_nova": {
"command": "\"{esptool}\" --chip esp32s3 --port {com} --baud {baudrate} --after hard_reset write_flash -e 0x0 \"{indexPath}/build/Mixgo_Nova_lib-v1.21.0.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK12.bin\""
@@ -182,7 +182,7 @@
"binFile": [
{
"offset": "0x0000",
"path": "./build/Mixgo_Sant_lib-v1.13.0.bin"
"path": "./build/Mixgo_Sant_lib_DL-v1.25.0.bin"
}, {
"offset": "0xF00000",
"path": "../micropython/build/HZK16_GBK.bin"