continue mode tree execution helper

This commit is contained in:
2024-12-09 17:28:28 +01:00
parent 0dacad0bbc
commit f34f8304d4
6 changed files with 169 additions and 51 deletions

View File

@ -110,6 +110,7 @@ impl PusReplyHandler<ActivePusRequestStd, ModeReply> for ModeReplyHandler {
),
)?;
}
ModeReply::ModeInfo(_mode_and_submode) => (),
};
Ok(true)
}