Add +F to less in MONITOR_CMD
This commit is contained in:
parent
b07de28cd4
commit
1e766cf1ac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue