Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
44adcd5f
Commit
44adcd5f
authored
Nov 17, 2015
by
Nick Andrew
Browse files
README: Setting the initial serial interface rate
Signed-off-by:
Nick Andrew
<
nick@nick-andrew.net
>
parent
e1e1cde8
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
44adcd5f
...
@@ -316,6 +316,15 @@ Identify your firmware builds by editing `app/include/user_version.h`
...
@@ -316,6 +316,15 @@ Identify your firmware builds by editing `app/include/user_version.h`
#endif
#endif
```
```
## Setting the boot time serial interface rate
The initial baud rate at boot time is 9600 bps, but you can change this by
editing
`app/include/user_config.h`
and change BIT_RATE_DEFAULT, e.g.:
```
c
#define BIT_RATE_DEFAULT BIT_RATE_115200
```
# Flash the firmware
# Flash the firmware
## Flash tools for Windows
## Flash tools for Windows
...
...
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