Skip to content
Snippets Groups Projects
Commit eb350292 authored by Gunar Schorcht's avatar Gunar Schorcht
Browse files

boards/esp32-wrover-kit: change default PORT_LINUX

Changes the default port on LINUX systems to /dev/ttyUSB1. /dev/ttyUSB0 is the JTAG interface for OCD.
parent 5ef7adfb
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,7 @@ PSEUDOMODULES += esp32_wrover_kit_camera
USEMODULE += boards_common_esp32
# configure the serial interface
PORT_LINUX ?= /dev/ttyUSB1
include $(RIOTBOARD)/common/esp32/Makefile.include
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment