Skip to content

Commit

Permalink
Add defmt feature to carg-espflash
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani authored and SergioGasquez committed Oct 16, 2023
1 parent 632c7d5 commit 8b628ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cargo-espflash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ cargo = { version = "0.73.1", features = ["vendored-openssl"] }

[target.'cfg(windows)'.dependencies]
cargo = "0.73.1"

[features]
defmt = ["espflash/defmt"]

0 comments on commit 8b628ee

Please sign in to comment.