Skip to content

Commit 557bec1

Browse files
committed
Update release Makefile to use a new version of a file and to use the correct path for the SDK.
1 parent 78a0319 commit 557bec1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

ESP8266_NONOS_SDK

Submodule ESP8266_NONOS_SDK updated 129 files

release/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#SDK=../../esp_iot_sdk_v1.5.2
2-
SDK=../esp_iot_sdk_v2.0.0.p1
1+
SDK=../ESP8266_NONOS_SDK
32

43
ZIP=parallax-esp-$(shell date "+%Y-%m-%d-%H%M").zip
54
$(info ZIP $(ZIP))
@@ -9,7 +8,7 @@ release/httpd.user1.bin \
98
release/httpd.user2.bin \
109
release/Parallax-ESP.ota \
1110
release/blank.bin \
12-
release/esp_init_data_default.bin
11+
release/esp_init_data_default_v08.bin
1312

1413
#IMAGES+=release/boot_v1.5.bin
1514
IMAGES+=release/boot_v1.6.bin
@@ -46,7 +45,7 @@ release/Parallax-ESP.ota: ../build/httpd.ota
4645
release/blank.bin: $(SDK)/bin/blank.bin
4746
$(CP) $< $@
4847

49-
release/esp_init_data_default.bin: $(SDK)/bin/esp_init_data_default.bin
48+
release/esp_init_data_default_v08.bin: $(SDK)/bin/esp_init_data_default_v08.bin
5049
$(CP) $< $@
5150

5251
release:

0 commit comments

Comments
 (0)