Merge pull request #7 from kd-kraken/master

Changed esptool path
pull/10/head
Thorsten von Eicken 10 years ago
commit 22815878f5
  1. 2
      Makefile

@ -23,7 +23,7 @@ SDK_BASE ?= $(abspath ../esp_iot_sdk_v1.1.0)
# Esptool.py path and port, only used for 1-time serial flashing # Esptool.py path and port, only used for 1-time serial flashing
# Typically you'll use https://github.com/themadinventor/esptool # Typically you'll use https://github.com/themadinventor/esptool
ESPTOOL ?= $(abspath ../esptool/esptool.py) ESPTOOL ?= $(abspath ../esp-open-sdk/esptool/esptool.py)
ESPPORT ?= /dev/ttyUSB0 ESPPORT ?= /dev/ttyUSB0
ESPBAUD ?= 460800 ESPBAUD ?= 460800

Loading…
Cancel
Save