Add +F to less in MONITOR_CMD

This commit is contained in:
Doron Behar 2018-10-03 13:20:46 +03:00
parent b07de28cd4
commit 1e766cf1ac

View file

@ -959,7 +959,7 @@ ifeq ($(strip $(NO_CORE)),)
$(call show_config_variable,MONITOR_BAUDRATE, [USER]) $(call show_config_variable,MONITOR_BAUDRATE, [USER])
endif endif
ifndef MONITOR_CMD ifndef MONITOR_CMD
MONITOR_CMD = less MONITOR_CMD = "less +F"
endif endif
endif endif