Commit 44adcd5f authored by Nick Andrew's avatar Nick Andrew
Browse files

README: Setting the initial serial interface rate


Signed-off-by: default avatarNick Andrew <nick@nick-andrew.net>
parent e1e1cde8
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment