From 5870b3a1a188035ef3af977ab63e698e0d8a9c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Wed, 10 Dec 2025 12:14:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dcompiler=E4=B8=8B?= =?UTF-8?q?=E5=9B=BA=E4=BB=B6=E8=AF=BB=E5=8F=96=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/boards.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/boards.js b/src/common/boards.js index 42c0bac..19d0f75 100755 --- a/src/common/boards.js +++ b/src/common/boards.js @@ -61,7 +61,7 @@ Boards.FIRMWARE_PATH = { path: '{buildPath}/testArduino.ino.partitions.bin', offset: '0x8000' }, { - path: '{shellPath}/Arduino15/packages/esp32/hardware/esp32/2.0.15/tools/partitions/boot_app0.bin', + path: '{shellPath}/Arduino15/packages/esp32/hardware/esp32/2.0.15-cn/tools/partitions/boot_app0.bin', offset: '0xe000' }, { path: '{buildPath}/testArduino.ino.bin', @@ -76,7 +76,7 @@ Boards.FIRMWARE_PATH = { path: '{buildPath}/testArduino.ino.partitions.bin', offset: '0x8000' }, { - path: '{shellPath}/Arduino15/packages/esp32/hardware/esp32/2.0.15/tools/partitions/boot_app0.bin', + path: '{shellPath}/Arduino15/packages/esp32/hardware/esp32/2.0.15-cn/tools/partitions/boot_app0.bin', offset: '0xe000' }, { path: '{buildPath}/testArduino.ino.bin', @@ -91,7 +91,7 @@ Boards.FIRMWARE_PATH = { path: '{buildPath}/testArduino.ino.partitions.bin', offset: '0x8000' }, { - path: '{shellPath}/Arduino15/packages/esp32/hardware/esp32/2.0.15/tools/partitions/boot_app0.bin', + path: '{shellPath}/Arduino15/packages/esp32/hardware/esp32/2.0.15-cn/tools/partitions/boot_app0.bin', offset: '0xe000' }, { path: '{buildPath}/testArduino.ino.bin', @@ -106,7 +106,7 @@ Boards.FIRMWARE_PATH = { path: '{buildPath}/testArduino.ino.partitions.bin', offset: '0x8000' }, { - path: '{shellPath}/Arduino15/packages/esp32/hardware/esp32/2.0.15/tools/partitions/boot_app0.bin', + path: '{shellPath}/Arduino15/packages/esp32/hardware/esp32/2.0.15-cn/tools/partitions/boot_app0.bin', offset: '0xe000' }, { path: '{buildPath}/testArduino.ino.bin',