We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b4f44 commit 2674885Copy full SHA for 2674885
Arduino.mk
@@ -1526,8 +1526,8 @@ show_submenu:
1526
1527
monitor:
1528
ifeq ($(MONITOR_CMD), 'putty')
1529
- ifneq ($(strip $(MONITOR_PARMS)),)
1530
- $(MONITOR_CMD) -serial -sercfg $(MONITOR_BAUDRATE),$(MONITOR_PARMS) $(call get_monitor_port)
+ ifneq ($(strip $(MONITOR_PARAMS)),)
+ $(MONITOR_CMD) -serial -sercfg $(MONITOR_BAUDRATE),$(MONITOR_PARAMS) $(call get_monitor_port)
1531
else
1532
$(MONITOR_CMD) -serial -sercfg $(MONITOR_BAUDRATE) $(call get_monitor_port)
1533
endif
0 commit comments