RIOT/boards/common/esp8266/Makefile.include
2020-12-01 10:36:42 +01:00

5 lines
173 B
Makefile

# configure the serial interface
PORT_LINUX ?= /dev/ttyUSB0
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
include $(RIOTMAKE)/tools/serial.inc.mk