Skip to content

Commit

Permalink
Update to latest rs-matter
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed May 14, 2024
1 parent b0a1dc7 commit 913d342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ where
P: NvsPartitionId,
{
// Reset the Matter transport buffers and all sessions first
self.matter().reset();
self.matter().reset_transport()?;

let mut psm = pin!(self.run_psm(nvs, nvs::Network::<0, NoopRawMutex>::Eth));
let mut respond = pin!(self.run_responder(handler));
Expand Down

0 comments on commit 913d342

Please sign in to comment.