Skip to content

Commit 8ddcffb

Browse files
committed
Use picocom instead of screen as MONITOR_CMD
1 parent 4ce1bfc commit 8ddcffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino-config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BOARD_TAG ?= pro5v328
22
OBJDIR ?= .build/$(BOARD_TAG)
33

4-
MONITOR_CMD ?= screen -c /dev/null
4+
MONITOR_CMD ?= picocom
55

66
ARDMK_DIR ?= $(realpath ../../tools/arduino-mk)
77
ARDMK_FILE ?= $(ARDMK_DIR)/Arduino.mk

0 commit comments

Comments
 (0)