Update to use specific SDK

This commit is contained in:
cnlohr 2016-12-30 12:47:02 -05:00
parent fbcf9e402c
commit e1c11bc0d6
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 3605298561e74bc3a7e27f1c13a1a929c3dc9960 Subproject commit 58373fa186783a293d2770881901e314a16c4605

View file

@ -10,8 +10,9 @@ COM_PORT = 7777
BACKEND_PORT = 7878 BACKEND_PORT = 7878
PAGE_OFFSET = 65536 # 1048576 PAGE_OFFSET = 65536 # 1048576
SDK_DEFAULT = $(HOME)/esp8266/esp-open-sdk #SDK_DEFAULT = $(HOME)/esp8266/esp-open-sdk
ESP_GCC_VERS = 4.8.5 ESP_GCC_VERS = 4.8.5
SDK = $(HOME)/esp8266/esp_iot_sdk_v1.5.2
FWBURNFLAGS = -b 1000000 FWBURNFLAGS = -b 1000000