esp8266: Allow Makefile's PORT variable to be overridden.
This commit is contained in:
parent
6f4357c28e
commit
d083d7d610
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue