From e0a9c14e937aa8060e79c86fbc99b163734f36a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Fri, 23 May 2025 09:10:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dcompiler=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8B=E4=B8=80=E4=BA=9B=E5=9B=BA=E4=BB=B6=E8=AF=BB?= =?UTF-8?q?=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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/boards.js b/src/common/boards.js index 15c0f87..42c0bac 100644 --- a/src/common/boards.js +++ b/src/common/boards.js @@ -76,7 +76,7 @@ Boards.FIRMWARE_PATH = { path: '{buildPath}/testArduino.ino.partitions.bin', offset: '0x8000' }, { - path: '{shellPath}/Arduino15/packages/esp32/hardware/esp32/2.0.5/tools/partitions/boot_app0.bin', + path: '{shellPath}/Arduino15/packages/esp32/hardware/esp32/2.0.15/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.5/tools/partitions/boot_app0.bin', + path: '{shellPath}/Arduino15/packages/esp32/hardware/esp32/2.0.15/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.5/tools/partitions/boot_app0.bin', + path: '{shellPath}/Arduino15/packages/esp32/hardware/esp32/2.0.15/tools/partitions/boot_app0.bin', offset: '0xe000' }, { path: '{buildPath}/testArduino.ino.bin',