Change Makefile to use SDK 1.5.4

pull/128/merge
Thorsten von Eicken 9 years ago
parent ac92202ef6
commit 47bd1ac598
  1. 2
      Makefile

@ -57,7 +57,7 @@ XTENSA_TOOLS_ROOT ?= $(abspath ../esp-open-sdk/xtensa-lx106-elf/bin)/
# Firmware version
# WARNING: if you change this expect to make code adjustments elsewhere, don't expect
# that esp-link will magically work with a different version of the SDK!!!
SDK_VERS ?= esp_iot_sdk_v1.5.2
SDK_VERS ?= esp_iot_sdk_v1.5.4
# Try to find the firmware manually extracted, e.g. after downloading from Espressif's BBS,
# http://bbs.espressif.com/viewforum.php?f=46

Loading…
Cancel
Save