更新元控自强lib固件

This commit is contained in:
dahanzimin
2025-01-09 12:49:59 +08:00
parent 6957182e71
commit 8f510b15d8
3 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@
"burn": { "burn": {
"type": "command", "type": "command",
"portSelect": "all", "portSelect": "all",
"micropython:esp32s3:mixgo_zero": { "micropython:esp32s3:mixgo_sant": {
"command": "\"{esptool}\" --chip esp32s3 --port {com} --baud 460800 --before default_reset --after=no_reset_stub erase_flash && \"{esptool}\" --chip esp32s3 --port {com} --baud 460800 --after hard_reset write_flash 0x0 \"{indexPath}/build/Mixgo_Zero-v1.21.0.bin\" 0xE00000 \"{indexPath}/../micropython/build/HZK16.bin\"" "command": "\"{esptool}\" --chip esp32s3 --port {com} --baud 460800 --before default_reset --after=no_reset_stub erase_flash && \"{esptool}\" --chip esp32s3 --port {com} --baud 460800 --after hard_reset write_flash 0x0 \"{indexPath}/build/Mixgo_Sant-v1.23.0.bin\" 0xE00000 \"{indexPath}/../micropython/build/HZK16.bin\""
}, },
"micropython:esp32s3:mixgo_nova": { "micropython:esp32s3:mixgo_nova": {
"command": "\"{esptool}\" --chip esp32s3 --port {com} --baud 460800 --before default_reset --after=no_reset_stub erase_flash && \"{esptool}\" --chip esp32s3 --port {com} --baud 460800 --after hard_reset write_flash 0x0 \"{indexPath}/build/Mixgo_Nova-v1.21.0.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK12.bin\"" "command": "\"{esptool}\" --chip esp32s3 --port {com} --baud 460800 --before default_reset --after=no_reset_stub erase_flash && \"{esptool}\" --chip esp32s3 --port {com} --baud 460800 --after hard_reset write_flash 0x0 \"{indexPath}/build/Mixgo_Nova-v1.21.0.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK12.bin\""
@@ -61,11 +61,11 @@
"com": "serial", "com": "serial",
"burn": { "burn": {
"erase": true, "erase": true,
"micropython:esp32s3:mixgo_zero": { "micropython:esp32s3:mixgo_sant": {
"binFile": [ "binFile": [
{ {
"offset": "0x0000", "offset": "0x0000",
"path": "./build/Mixgo_Zero_lib-v1.21.0.bin" "path": "./build/Mixgo_Sant_lib-v1.23.0.bin"
}, { }, {
"offset": "0xE00000", "offset": "0xE00000",
"path": "../micropython/build/HZK16.bin" "path": "../micropython/build/HZK16.bin"