build prod

This commit is contained in:
fredqian
2025-08-13 10:15:51 +08:00
parent 2f39feb91a
commit 5af655ec47
101 changed files with 420 additions and 297 deletions

View File

@@ -10,16 +10,16 @@
"type": "command",
"portSelect": "all",
"micropython:esp32:mixgo": {
"command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/Mixgo_lib-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
"command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/Mixgo_lib-v1.25.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
},
"micropython:esp32:mixgo_pe": {
"command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/Mixgo_PE_lib-v1.23.0.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK12.bin\""
"command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/Mixgo_PE_lib-v1.25.0.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK12.bin\""
},
"micropython:esp32:generic": {
"command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/Generic_ESP32_lib-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
"command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/Generic_ESP32_lib-v1.25.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
},
"micropython:esp32:mpython": {
"command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/mPython_lib-v1.23.0.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK12.bin\""
"command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/mPython_lib-v1.25.0.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK12.bin\""
}
},
"upload": {
@@ -82,7 +82,7 @@
"binFile": [
{
"offset": "0x1000",
"path": "./build/Mixgo_lib-v1.23.0.bin"
"path": "./build/Mixgo_lib-v1.25.0.bin"
},
{
"offset": "0X3A0000",
@@ -94,7 +94,7 @@
"binFile": [
{
"offset": "0x1000",
"path": "./build/Mixgo_PE_lib-v1.23.0.bin"
"path": "./build/Mixgo_PE_lib-v1.25.0.bin"
},
{
"offset": "0x700000",
@@ -106,7 +106,7 @@
"binFile": [
{
"offset": "0x1000",
"path": "./build/Generic_ESP32_lib-v1.23.0.bin"
"path": "./build/Generic_ESP32_lib-v1.25.0.bin"
},
{
"offset": "0X3A0000",
@@ -118,7 +118,7 @@
"binFile": [
{
"offset": "0x1000",
"path": "./build/mPython_lib-v1.23.0.bin"
"path": "./build/mPython_lib-v1.25.0.bin"
},
{
"offset": "0x700000",