aboutsummaryrefslogtreecommitdiff
path: root/Arduino.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Arduino.mk')
-rw-r--r--Arduino.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Arduino.mk b/Arduino.mk
index 825bc3e..8c878a4 100644
--- a/Arduino.mk
+++ b/Arduino.mk
@@ -1051,6 +1051,12 @@ else
$(call show_config_variable,DEVICE_PATH,[AUTODETECTED])
endif
+ifndef FORCE_MONITOR_PORT
+ $(call show_config_variable,FORCE_MONITOR_PORT,[DEFAULT])
+else
+ $(call show_config_variable,FORCE_MONITOR_PORT,[USER])
+endif
+
ifdef FORCE_MONITOR_PORT
# Skips the DEVICE_PATH existance check.
get_monitor_port = $(DEVICE_PATH)