We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce1bfc commit 8ddcffbCopy full SHA for 8ddcffb
src/arduino-config.mk
@@ -1,7 +1,7 @@
1
BOARD_TAG ?= pro5v328
2
OBJDIR ?= .build/$(BOARD_TAG)
3
4
-MONITOR_CMD ?= screen -c /dev/null
+MONITOR_CMD ?= picocom
5
6
ARDMK_DIR ?= $(realpath ../../tools/arduino-mk)
7
ARDMK_FILE ?= $(ARDMK_DIR)/Arduino.mk
0 commit comments