Skip to content

Commit d313e66

Browse files
committed
Fix the boot file names in the loader scripts.
1 parent 557bec1 commit d313e66

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

release/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ release/Parallax-ESP.ota \
1010
release/blank.bin \
1111
release/esp_init_data_default_v08.bin
1212

13-
#IMAGES+=release/boot_v1.5.bin
1413
IMAGES+=release/boot_v1.6.bin
1514

1615
CP=cp

release/flash-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ esptool \
4848
-bz $FLASH_SIZE \
4949
-bf $FLASH_SPEED \
5050
-bm $FLASH_INTERFACE \
51-
-ca $BOOT_LOADER -cf boot_v1.6.bin \
51+
-ca $BOOT_LOADER -cf boot_v1.7.bin \
5252
-ca $USER1_IMAGE -cf httpd.user1.bin \
5353
-ca $USER_SETTINGS1 -cf blank.bin \
5454
-ca $USER_SETTINGS2 -cf blank.bin \

release/update-fw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ esptool \
2424
-bz $FLASH_SIZE \
2525
-bf $FLASH_SPEED \
2626
-bm $FLASH_INTERFACE \
27-
-ca $BOOT_LOADER -cf boot_v1.6.bin \
27+
-ca $BOOT_LOADER -cf boot_v1.7.bin \
2828
-ca $USER1_IMAGE -cf httpd.user1.bin

0 commit comments

Comments
 (0)