File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- # SDK=../../esp_iot_sdk_v1.5.2
2- SDK =../esp_iot_sdk_v2.0.0.p1
1+ SDK =../ESP8266_NONOS_SDK
32
43ZIP =parallax-esp-$(shell date "+% Y-% m-% d-% H% M") .zip
54$(info ZIP $(ZIP))
@@ -9,7 +8,7 @@ release/httpd.user1.bin \
98release/httpd.user2.bin \
109release/Parallax-ESP.ota \
1110release/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
1514IMAGES+ =release/boot_v1.6.bin
@@ -46,7 +45,7 @@ release/Parallax-ESP.ota: ../build/httpd.ota
4645release/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
5251release :
You can’t perform that action at this time.
0 commit comments