fix: 修复compiler下固件读取异常
This commit is contained in:
@@ -61,7 +61,7 @@ Boards.FIRMWARE_PATH = {
|
|||||||
path: '{buildPath}/testArduino.ino.partitions.bin',
|
path: '{buildPath}/testArduino.ino.partitions.bin',
|
||||||
offset: '0x8000'
|
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'
|
offset: '0xe000'
|
||||||
}, {
|
}, {
|
||||||
path: '{buildPath}/testArduino.ino.bin',
|
path: '{buildPath}/testArduino.ino.bin',
|
||||||
@@ -76,7 +76,7 @@ Boards.FIRMWARE_PATH = {
|
|||||||
path: '{buildPath}/testArduino.ino.partitions.bin',
|
path: '{buildPath}/testArduino.ino.partitions.bin',
|
||||||
offset: '0x8000'
|
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'
|
offset: '0xe000'
|
||||||
}, {
|
}, {
|
||||||
path: '{buildPath}/testArduino.ino.bin',
|
path: '{buildPath}/testArduino.ino.bin',
|
||||||
@@ -91,7 +91,7 @@ Boards.FIRMWARE_PATH = {
|
|||||||
path: '{buildPath}/testArduino.ino.partitions.bin',
|
path: '{buildPath}/testArduino.ino.partitions.bin',
|
||||||
offset: '0x8000'
|
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'
|
offset: '0xe000'
|
||||||
}, {
|
}, {
|
||||||
path: '{buildPath}/testArduino.ino.bin',
|
path: '{buildPath}/testArduino.ino.bin',
|
||||||
@@ -106,7 +106,7 @@ Boards.FIRMWARE_PATH = {
|
|||||||
path: '{buildPath}/testArduino.ino.partitions.bin',
|
path: '{buildPath}/testArduino.ino.partitions.bin',
|
||||||
offset: '0x8000'
|
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'
|
offset: '0xe000'
|
||||||
}, {
|
}, {
|
||||||
path: '{buildPath}/testArduino.ino.bin',
|
path: '{buildPath}/testArduino.ino.bin',
|
||||||
|
|||||||
Reference in New Issue
Block a user