From 1e766cf1aca7c35ecd5749321428c00b731634ca Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Wed, 3 Oct 2018 13:20:46 +0300 Subject: [PATCH] Add +F to less in MONITOR_CMD --- Arduino.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino.mk b/Arduino.mk index 6f772fa..5b85b56 100644 --- a/Arduino.mk +++ b/Arduino.mk @@ -959,7 +959,7 @@ ifeq ($(strip $(NO_CORE)),) $(call show_config_variable,MONITOR_BAUDRATE, [USER]) endif ifndef MONITOR_CMD - MONITOR_CMD = less + MONITOR_CMD = "less +F" endif endif