Update esp-println version in usage section (#2100)

This commit is contained in:
Szybet 2024-09-06 13:48:21 +02:00 committed by GitHub
parent 598212a020
commit e6da89627b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ logging capabilities for Espressif devices.
# Usage
```toml
esp-println = { version = "0.9.1", features = ["esp32c2"] }
esp-println = { version = "0.11.0", features = ["esp32c2"] }
```
or `cargo add esp-println --features esp32c2`