Skip to content

Commit

Permalink
Expose embedded-svc/use_serde feature (#558)
Browse files Browse the repository at this point in the history
* Expose embedded-svc/use_serde feature

* Update CHANGELOG.md
  • Loading branch information
EmrysMyrddin authored Feb 1, 2025
1 parent 2a00ac4 commit 4ccf318
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- OTA: New method - `EspFirmwareInfoLoad::fetch_native` - returning the full native ESP-IDF image descriptor structures
- Added `use_serde` feature, which enables the `use_serde` feature of `embedded-svc` crate, allowing to deserialize configuration structs.

## [0.51.0] - 2025-01-15

Expand Down
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ panic_handler = ["esp-idf-hal/panic_handler"]
binstart = ["esp-idf-hal/binstart"]
libstart = ["esp-idf-hal/libstart"]

# Propagated form embeded-svc
use_serde = ["embedded-svc/use_serde"]

[dependencies]
heapless = { version = "0.8", default-features = false }
num_enum = { version = "0.7", default-features = false }
Expand Down

0 comments on commit 4ccf318

Please sign in to comment.