Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 48514c0

Browse files
docs: Remove defmt-raw docs (#79)
1 parent c140287 commit 48514c0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ logging capabilities for Espressif devices.
1212
# Usage
1313

1414
```toml
15-
esp-println = { version = "0.7.0", features = ["esp32c2"] }
15+
esp-println = { version = "0.8.0", features = ["esp32c2"] }
1616
```
1717
or `cargo add esp-println --features esp32c2`
1818
It's important to specify your target device as feature.
@@ -76,10 +76,6 @@ output to the same data stream as `println!()`, and adds framing bytes so it can
7676
other, non-defmt output. Using the `defmt-espflash` feature automatically uses the Rzcobs encoding and does
7777
not allow changing the encoding.
7878

79-
You can also use the `defmt-raw` feature that allows using any encoding provided by `defmt`, but
80-
does not add extra framing. Using this feature requires some care as the `defmt` output may become
81-
unrecoverably mangled when other data is printed.
82-
8379
Follow the [`defmt` book's setup instructions] on how to
8480
set up `defmt`. Remember, the global logger is already installed for you by `esp-println`!
8581

0 commit comments

Comments
 (0)