Skip to content

Commit 38643f7

Browse files
committed
Add +F to less in MONITOR_CMD
1 parent 2197a31 commit 38643f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arduino.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ ifeq ($(strip $(NO_CORE)),)
959959
$(call show_config_variable,MONITOR_BAUDRATE, [USER])
960960
endif
961961
ifndef MONITOR_CMD
962-
MONITOR_CMD = less
962+
MONITOR_CMD = "less +F"
963963
endif
964964
endif
965965

0 commit comments

Comments
 (0)