From e29dcc7817a67a965dcfc6bdfc915b1160a1241b Mon Sep 17 00:00:00 2001 From: SupImDos Date: Fri, 23 Sep 2022 11:41:38 +0800 Subject: [PATCH] Add subheadings to Usage section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b040551..c28a93b 100644 --- a/README.md +++ b/README.md @@ -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]