Skip to content
Snippets Groups Projects
Commit d083d7d6 authored by Damien George's avatar Damien George Committed by Paul Sokolovsky
Browse files

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

parent 6f4357c2
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ include ../py/py.mk ...@@ -9,7 +9,7 @@ include ../py/py.mk
MAKE_FROZEN = ../tools/make-frozen.py MAKE_FROZEN = ../tools/make-frozen.py
SCRIPTDIR = scripts SCRIPTDIR = scripts
PORT = /dev/ttyACM0 PORT ?= /dev/ttyACM0
BAUD = 115200 BAUD = 115200
CROSS_COMPILE = xtensa-lx106-elf- CROSS_COMPILE = xtensa-lx106-elf-
ESP_SDK = $(shell $(CC) -print-sysroot)/usr ESP_SDK = $(shell $(CC) -print-sysroot)/usr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment