Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
5563b8a8
Commit
5563b8a8
authored
Mar 15, 2019
by
Javier Peletier
Committed by
Marcel Stör
Mar 15, 2019
Browse files
hotfix: fix Makefile BAUDRATE default value for non-Windows OS (#2693)
parent
38262e99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5563b8a8
...
...
@@ -48,6 +48,9 @@ export summary := @echo
MAKEFLAGS
+=
--silent
-w
endif
# $(V)==1
ifndef
BAUDRATE
BAUDRATE
=
115200
endif
#############################################################
# Select compile
...
...
@@ -82,9 +85,6 @@ ifeq ($(OS),Windows_NT)
else
ESPPORT
=
$(COMPORT)
endif
ifndef
BAUDRATE
BAUDRATE
=
115200
endif
ifeq
($(PROCESSOR_ARCHITECTURE),AMD64)
# ->AMD64
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment