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]
|
[Raspberry Pi Pico Dev Board][21]
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
#### Running
|
||||||
To run the firmware in debug mode:
|
To run the firmware in debug mode:
|
||||||
```shell
|
```shell
|
||||||
$ cargo run
|
$ cargo run
|
||||||
|
@ -127,6 +128,7 @@ To run the firmware in release mode:
|
||||||
$ cargo run --release
|
$ cargo run --release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Logging
|
||||||
To change the default [`defmt`][5] log level, see `.cargo/config.toml`:
|
To change the default [`defmt`][5] log level, see `.cargo/config.toml`:
|
||||||
```toml
|
```toml
|
||||||
[env]
|
[env]
|
||||||
|
|
Loading…
Reference in a new issue