diff --git a/boards/default_src/micropython_esp32s3/origin/build/Mixgo_Sant-v1.23.0.bin b/boards/default_src/micropython_esp32s3/origin/build/Mixgo_Sant-v1.23.0.bin index 7110b442..a915acf2 100644 Binary files a/boards/default_src/micropython_esp32s3/origin/build/Mixgo_Sant-v1.23.0.bin and b/boards/default_src/micropython_esp32s3/origin/build/Mixgo_Sant-v1.23.0.bin differ diff --git a/boards/default_src/micropython_esp32s3/origin/build/Mixgo_Sant_lib-v1.23.0.bin b/boards/default_src/micropython_esp32s3/origin/build/Mixgo_Sant_lib-v1.23.0.bin new file mode 100644 index 00000000..69e9bf9e Binary files /dev/null and b/boards/default_src/micropython_esp32s3/origin/build/Mixgo_Sant_lib-v1.23.0.bin differ diff --git a/boards/default_src/micropython_esp32s3/origin/config.json b/boards/default_src/micropython_esp32s3/origin/config.json index 300aceb5..bb974afc 100644 --- a/boards/default_src/micropython_esp32s3/origin/config.json +++ b/boards/default_src/micropython_esp32s3/origin/config.json @@ -7,8 +7,8 @@ "burn": { "type": "command", "portSelect": "all", - "micropython:esp32s3:mixgo_zero": { - "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\"" + "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_Sant-v1.23.0.bin\" 0xE00000 \"{indexPath}/../micropython/build/HZK16.bin\"" }, "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\"" @@ -61,11 +61,11 @@ "com": "serial", "burn": { "erase": true, - "micropython:esp32s3:mixgo_zero": { + "micropython:esp32s3:mixgo_sant": { "binFile": [ { "offset": "0x0000", - "path": "./build/Mixgo_Zero_lib-v1.21.0.bin" + "path": "./build/Mixgo_Sant_lib-v1.23.0.bin" }, { "offset": "0xE00000", "path": "../micropython/build/HZK16.bin"