|
|
@ -23,6 +23,7 @@ SDK_BASE ?= $(abspath ../esp_iot_sdk_v1.3.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
|
|
|
|
|
|
|
|
# Windows users use the com port i.e: ESPPORT ?= com3
|
|
|
|
ESPTOOL ?= $(abspath ../esp-open-sdk/esptool/esptool.py)
|
|
|
|
ESPTOOL ?= $(abspath ../esp-open-sdk/esptool/esptool.py)
|
|
|
|
ESPPORT ?= /dev/ttyUSB0
|
|
|
|
ESPPORT ?= /dev/ttyUSB0
|
|
|
|
ESPBAUD ?= 460800
|
|
|
|
ESPBAUD ?= 460800
|
|
|
|