退回ESP32C3的v1.23.0版本,在v1.25.0版本wifi和ADC5冲突

This commit is contained in:
dahanzimin
2025-08-01 12:02:28 +08:00
parent 102420fe51
commit f75141b3bb
5 changed files with 8 additions and 8 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_lib-v1.25.0.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_lib-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_lib-v1.25.0.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_lib-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_lib-v1.25.0.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_lib-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_lib-v1.25.0.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_lib-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
}
},
"upload": {
@@ -74,7 +74,7 @@
"binFile": [
{
"offset": "0x0000",
"path": "./build/Mixgo_CC_lib-v1.25.0.bin"
"path": "./build/Mixgo_CC_lib-v1.23.0.bin"
}, {
"offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin"
@@ -85,7 +85,7 @@
"binFile": [
{
"offset": "0x0000",
"path": "./build/Mixgo_ME_lib-v1.25.0.bin"
"path": "./build/Mixgo_ME_lib-v1.23.0.bin"
}, {
"offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin"
@@ -96,7 +96,7 @@
"binFile": [
{
"offset": "0x0000",
"path": "./build/Mixgo_Car_lib-v1.25.0.bin"
"path": "./build/Mixgo_Car_lib-v1.23.0.bin"
}, {
"offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin"
@@ -107,7 +107,7 @@
"binFile": [
{
"offset": "0x0000",
"path": "./build/Generic_C3_UART_lib-v1.25.0.bin"
"path": "./build/Generic_C3_UART_lib-v1.23.0.bin"
}, {
"offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin"