Add subheadings to Usage section
This commit is contained in:
parent
cbd74a33ce
commit
e29dcc7817
|
@ -117,6 +117,7 @@ For more information on printing your own custom Raspberry Pi Pico Dev Board, se
|
|||
[Raspberry Pi Pico Dev Board][21]
|
||||
|
||||
## Usage
|
||||
#### Running
|
||||
To run the firmware in debug mode:
|
||||
```shell
|
||||
$ cargo run
|
||||
|
@ -127,6 +128,7 @@ To run the firmware in release mode:
|
|||
$ cargo run --release
|
||||
```
|
||||
|
||||
#### Logging
|
||||
To change the default [`defmt`][5] log level, see `.cargo/config.toml`:
|
||||
```toml
|
||||
[env]
|
||||
|
|
Loading…
Reference in a new issue