esp8266: Allow Makefile's PORT variable to be overridden.

This commit is contained in:
Damien George 2015-12-22 10:44:08 +00:00 committed by Paul Sokolovsky
parent 6f4357c28e
commit d083d7d610
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ include ../py/py.mk
MAKE_FROZEN = ../tools/make-frozen.py
SCRIPTDIR = scripts
PORT = /dev/ttyACM0
PORT ?= /dev/ttyACM0
BAUD = 115200
CROSS_COMPILE = xtensa-lx106-elf-
ESP_SDK = $(shell $(CC) -print-sysroot)/usr