Skip to content

Commit

Permalink
Minor ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jun 2, 2024
1 parent c817a8a commit f116419
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Since ESP-IDF does support the Rust Standard Library, UDP networking just works.

## Example

(See also [All examples](#all-examples))

```rust
//! An example utilizing the `EspWifiBleMatterStack` struct.
//! As the name suggests, this Matter stack assembly uses Wifi as the main transport,
Expand Down Expand Up @@ -210,10 +212,8 @@ const NODE: Node = Node {
};
```

(See also [All examples](#all-examples))


## Future

* Device Attestation data support using secure flash storage
* Setting system time via Matter
* Matter OTA support based on the ESP IDF OTA API
Expand Down

0 comments on commit f116419

Please sign in to comment.