RIOT/boards/common/esp32/Makefile.include
2020-12-02 09:20:57 +01:00

4 lines
133 B
Makefile

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