change default SDK path not to have a p suffix

pull/30/head
Thorsten von Eicken 10 years ago
parent 3e44347e08
commit dc744f1fd6
  1. 2
      Makefile

@ -19,7 +19,7 @@ XTENSA_TOOLS_ROOT ?= $(abspath ../esp-open-sdk/xtensa-lx106-elf/bin)/
# Base directory of the ESP8266 SDK package, absolute
# Typically you'll download from Espressif's BBS, http://bbs.espressif.com/viewforum.php?f=5
SDK_BASE ?= $(abspath ../esp_iot_sdk_v1.1.2p)
SDK_BASE ?= $(abspath ../esp_iot_sdk_v1.1.2)
# Esptool.py path and port, only used for 1-time serial flashing
# Typically you'll use https://github.com/themadinventor/esptool

Loading…
Cancel
Save